ALIS  0.0.5
Develop the video games of your dreams.
Alis.App.Engine.UI.Extras.Plot.ImPlot Class Reference

The im plot class More...

Static Public Member Functions

static ImPlotColormap AddColormap (string name, ref Vector4 cols, int size)
 Adds the colormap using the specified name More...
 
static ImPlotColormap AddColormap (string name, ref Vector4 cols, int size, bool qual)
 Adds the colormap using the specified name More...
 
static ImPlotColormap AddColormap (string name, ref uint cols, int size)
 Adds the colormap using the specified name More...
 
static ImPlotColormap AddColormap (string name, ref uint cols, int size, bool qual)
 Adds the colormap using the specified name More...
 
static void Annotation (double x, double y, Vector4 col, Vector2 pixOffset, bool clamp)
 Annotations the x More...
 
static void Annotation (double x, double y, Vector4 col, Vector2 pixOffset, bool clamp, bool round)
 Annotations the x More...
 
static void Annotation (double x, double y, Vector4 col, Vector2 pixOffset, bool clamp, string fmt)
 Annotations the x More...
 
static bool BeginAlignedPlots (string groupId)
 Describes whether begin aligned plots More...
 
static bool BeginAlignedPlots (string groupId, bool vertical)
 Describes whether begin aligned plots More...
 
static bool BeginDragDropSourceAxis (ImAxis axis)
 Describes whether begin drag drop source axis More...
 
static bool BeginDragDropSourceAxis (ImAxis axis, ImGuiDragDropFlags flags)
 Describes whether begin drag drop source axis More...
 
static bool BeginDragDropSourceItem (string labelId)
 Describes whether begin drag drop source item More...
 
static bool BeginDragDropSourceItem (string labelId, ImGuiDragDropFlags flags)
 Describes whether begin drag drop source item More...
 
static bool BeginDragDropSourcePlot ()
 Describes whether begin drag drop source plot More...
 
static bool BeginDragDropSourcePlot (ImGuiDragDropFlags flags)
 Describes whether begin drag drop source plot More...
 
static bool BeginDragDropTargetAxis (ImAxis axis)
 Describes whether begin drag drop target axis More...
 
static bool BeginDragDropTargetLegend ()
 Describes whether begin drag drop target legend More...
 
static bool BeginDragDropTargetPlot ()
 Describes whether begin drag drop target plot More...
 
static bool BeginLegendPopup (string labelId)
 Describes whether begin legend popup More...
 
static bool BeginLegendPopup (string labelId, ImGuiMouseButton mouseButton)
 Describes whether begin legend popup More...
 
static bool BeginPlot (string titleId)
 Describes whether begin plot More...
 
static bool BeginPlot (string titleId, Vector2 size)
 Describes whether begin plot More...
 
static bool BeginPlot (string titleId, Vector2 size, ImPlotFlags flags)
 Describes whether begin plot More...
 
static bool BeginSubplots (string titleId, int rows, int cols, Vector2 size)
 Describes whether begin subplots More...
 
static bool BeginSubplots (string titleId, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags)
 Describes whether begin subplots More...
 
static bool BeginSubplots (string titleId, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float rowRatios)
 Describes whether begin subplots More...
 
static bool BeginSubplots (string titleId, int rows, int cols, Vector2 size, ImPlotSubplotFlags flags, ref float rowRatios, ref float colRatios)
 Describes whether begin subplots More...
 
static void BustColorCache ()
 Busts the color cache More...
 
static void BustColorCache (string plotTitleId)
 Busts the color cache using the specified plot title id More...
 
static void CancelPlotSelection ()
 Cancels the plot selection More...
 
static bool ColormapButton (string label)
 Describes whether colormap button More...
 
static bool ColormapButton (string label, Vector2 size)
 Describes whether colormap button More...
 
static bool ColormapButton (string label, Vector2 size, ImPlotColormap cmap)
 Describes whether colormap button More...
 
static void ColormapIcon (ImPlotColormap cmap)
 Colormaps the icon using the specified cmap More...
 
static void ColormapScale (string label, double scaleMin, double scaleMax)
 Colormaps the scale using the specified label More...
 
static void ColormapScale (string label, double scaleMin, double scaleMax, Vector2 size)
 Colormaps the scale using the specified label More...
 
static void ColormapScale (string label, double scaleMin, double scaleMax, Vector2 size, string format)
 Colormaps the scale using the specified label More...
 
static void ColormapScale (string label, double scaleMin, double scaleMax, Vector2 size, string format, ImPlotColormapScaleFlags flags)
 Colormaps the scale using the specified label More...
 
static void ColormapScale (string label, double scaleMin, double scaleMax, Vector2 size, string format, ImPlotColormapScaleFlags flags, ImPlotColormap cmap)
 Colormaps the scale using the specified label More...
 
static bool ColormapSlider (string label, ref float t)
 Describes whether colormap slider More...
 
static bool ColormapSlider (string label, ref float t, out Vector4 @out)
 Describes whether colormap slider More...
 
static bool ColormapSlider (string label, ref float t, out Vector4 @out, string format)
 Describes whether colormap slider More...
 
static bool ColormapSlider (string label, ref float t, out Vector4 @out, string format, ImPlotColormap cmap)
 Describes whether colormap slider More...
 
static IntPtr CreateContext ()
 Creates the context More...
 
static void DestroyContext ()
 Destroys the context More...
 
static void DestroyContext (IntPtr ctx)
 Destroys the context using the specified ctx More...
 
static bool DragLineX (int id, ref double x, Vector4 col)
 Describes whether drag line x More...
 
static bool DragLineX (int id, ref double x, Vector4 col, float thickness)
 Describes whether drag line x More...
 
static bool DragLineX (int id, ref double x, Vector4 col, float thickness, ImPlotDragToolFlags flags)
 Describes whether drag line x More...
 
static bool DragLineY (int id, ref double y, Vector4 col)
 Describes whether drag line y More...
 
static bool DragLineY (int id, ref double y, Vector4 col, float thickness)
 Describes whether drag line y More...
 
static bool DragLineY (int id, ref double y, Vector4 col, float thickness, ImPlotDragToolFlags flags)
 Describes whether drag line y More...
 
static bool DragPoint (int id, ref double x, ref double y, Vector4 col)
 Describes whether drag point More...
 
static bool DragPoint (int id, ref double x, ref double y, Vector4 col, float size)
 Describes whether drag point More...
 
static bool DragPoint (int id, ref double x, ref double y, Vector4 col, float size, ImPlotDragToolFlags flags)
 Describes whether drag point More...
 
static bool DragRect (int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col)
 Describes whether drag rect More...
 
static bool DragRect (int id, ref double x1, ref double y1, ref double x2, ref double y2, Vector4 col, ImPlotDragToolFlags flags)
 Describes whether drag rect More...
 
static void EndAlignedPlots ()
 Ends the aligned plots More...
 
static void EndDragDropSource ()
 Ends the drag drop source More...
 
static void EndDragDropTarget ()
 Ends the drag drop target More...
 
static void EndLegendPopup ()
 Ends the legend popup More...
 
static void EndPlot ()
 Ends the plot More...
 
static void EndSubplots ()
 Ends the subplots More...
 
static Vector4 GetColormapColor (int idx)
 Gets the colormap color using the specified idx More...
 
static Vector4 GetColormapColor (int idx, ImPlotColormap cmap)
 Gets the colormap color using the specified idx More...
 
static int GetColormapCount ()
 Gets the colormap count More...
 
static ImPlotColormap GetColormapIndex (string name)
 Gets the colormap index using the specified name More...
 
static string GetColormapName (ImPlotColormap cmap)
 Gets the colormap name using the specified cmap More...
 
static int GetColormapSize ()
 Gets the colormap size More...
 
static int GetColormapSize (ImPlotColormap cmap)
 Gets the colormap size using the specified cmap More...
 
static IntPtr GetCurrentContext ()
 Gets the current context More...
 
static ImPlotInputMapPtr GetInputMap ()
 Gets the input map More...
 
static Vector4 GetLastItemColor ()
 Gets the last item color More...
 
static string GetMarkerName (ImPlotMarker idx)
 Gets the marker name using the specified idx More...
 
static ImDrawListPtr GetPlotDrawList ()
 Gets the plot draw list More...
 
static ImPlotRect GetPlotLimits ()
 Gets the plot limits More...
 
static ImPlotRect GetPlotLimits (ImAxis xAxis)
 Gets the plot limits using the specified x axis More...
 
static ImPlotRect GetPlotLimits (ImAxis xAxis, ImAxis yAxis)
 Gets the plot limits using the specified x axis More...
 
static ImPlotPoint GetPlotMousePos ()
 Gets the plot mouse pos More...
 
static ImPlotPoint GetPlotMousePos (ImAxis xAxis)
 Gets the plot mouse pos using the specified x axis More...
 
static ImPlotPoint GetPlotMousePos (ImAxis xAxis, ImAxis yAxis)
 Gets the plot mouse pos using the specified x axis More...
 
static Vector2 GetPlotPos ()
 Gets the plot pos More...
 
static ImPlotRect GetPlotSelection ()
 Gets the plot selection More...
 
static ImPlotRect GetPlotSelection (ImAxis xAxis)
 Gets the plot selection using the specified x axis More...
 
static ImPlotRect GetPlotSelection (ImAxis xAxis, ImAxis yAxis)
 Gets the plot selection using the specified x axis More...
 
static Vector2 GetPlotSize ()
 Gets the plot size More...
 
static ImPlotStylePtr GetStyle ()
 Gets the style More...
 
static string GetStyleColorName (ImPlotCol idx)
 Gets the style color name using the specified idx More...
 
static void HideNextItem ()
 Hides the next item More...
 
static void HideNextItem (bool hidden)
 Hides the next item using the specified hidden More...
 
static void HideNextItem (bool hidden, ImPlotCond cond)
 Hides the next item using the specified hidden More...
 
static bool IsAxisHovered (ImAxis axis)
 Describes whether is axis hovered More...
 
static bool IsLegendEntryHovered (string labelId)
 Describes whether is legend entry hovered More...
 
static bool IsPlotHovered ()
 Describes whether is plot hovered More...
 
static bool IsPlotSelected ()
 Describes whether is plot selected More...
 
static bool IsSubplotsHovered ()
 Describes whether is subplots hovered More...
 
static void ItemIcon (Vector4 col)
 Items the icon using the specified col More...
 
static void ItemIcon (uint col)
 Items the icon using the specified col More...
 
static void MapInputDefault ()
 Maps the input default More...
 
static void MapInputDefault (ImPlotInputMapPtr dst)
 Maps the input default using the specified dst More...
 
static void MapInputReverse ()
 Maps the input reverse More...
 
static void MapInputReverse (ImPlotInputMapPtr dst)
 Maps the input reverse using the specified dst More...
 
static Vector4 NextColormapColor ()
 Nexts the colormap color More...
 
static ImPlotPoint PixelsToPlot (Vector2 pix)
 Pixelses the to plot using the specified pix More...
 
static ImPlotPoint PixelsToPlot (Vector2 pix, ImAxis xAxis)
 Pixelses the to plot using the specified pix More...
 
static ImPlotPoint PixelsToPlot (Vector2 pix, ImAxis xAxis, ImAxis yAxis)
 Pixelses the to plot using the specified pix More...
 
static ImPlotPoint PixelsToPlot (float x, float y)
 Pixelses the to plot using the specified x More...
 
static ImPlotPoint PixelsToPlot (float x, float y, ImAxis xAxis)
 Pixelses the to plot using the specified x More...
 
static ImPlotPoint PixelsToPlot (float x, float y, ImAxis xAxis, ImAxis yAxis)
 Pixelses the to plot using the specified x More...
 
static void PlotBarGroups (string[] labelIds, ref float values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref float values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref float values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref float values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref double values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref double values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref double values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref double values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref sbyte values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref sbyte values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref sbyte values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref sbyte values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref byte values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref byte values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref byte values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref byte values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref short values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref short values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref short values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref short values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ushort values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ushort values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ushort values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ushort values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref int values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref int values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref int values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref int values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref uint values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref uint values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref uint values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref uint values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref long values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref long values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref long values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref long values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ulong values, int itemCount, int groupCount)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ulong values, int itemCount, int groupCount, double groupSize)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ulong values, int itemCount, int groupCount, double groupSize, double shift)
 Plots the bar groups using the specified label ids More...
 
static void PlotBarGroups (string[] labelIds, ref ulong values, int itemCount, int groupCount, double groupSize, double shift, ImPlotBarGroupsFlags flags)
 Plots the bar groups using the specified label ids More...
 
static void PlotBars (string labelId, ref float values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong values, int count)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong values, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong values, int count, double barSize, double shift)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong values, int count, double barSize, double shift, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong values, int count, double barSize, double shift, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float xs, ref float ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float xs, ref float ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float xs, ref float ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref float xs, ref float ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double xs, ref double ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double xs, ref double ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double xs, ref double ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref double xs, ref double ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte xs, ref sbyte ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte xs, ref sbyte ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte xs, ref sbyte ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref sbyte xs, ref sbyte ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte xs, ref byte ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte xs, ref byte ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte xs, ref byte ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref byte xs, ref byte ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short xs, ref short ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short xs, ref short ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short xs, ref short ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref short xs, ref short ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort xs, ref ushort ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort xs, ref ushort ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort xs, ref ushort ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ushort xs, ref ushort ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int xs, ref int ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int xs, ref int ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int xs, ref int ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref int xs, ref int ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint xs, ref uint ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint xs, ref uint ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint xs, ref uint ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref uint xs, ref uint ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long xs, ref long ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long xs, ref long ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long xs, ref long ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref long xs, ref long ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong xs, ref ulong ys, int count, double barSize)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong xs, ref ulong ys, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong xs, ref ulong ys, int count, double barSize, ImPlotBarsFlags flags, int offset)
 Plots the bars using the specified label id More...
 
static void PlotBars (string labelId, ref ulong xs, ref ulong ys, int count, double barSize, ImPlotBarsFlags flags, int offset, int stride)
 Plots the bars using the specified label id More...
 
static void PlotBarsG (string labelId, IntPtr getter, IntPtr data, int count, double barSize)
 Plots the bars g using the specified label id More...
 
static void PlotBarsG (string labelId, IntPtr getter, IntPtr data, int count, double barSize, ImPlotBarsFlags flags)
 Plots the bars g using the specified label id More...
 
static void PlotDigital (string labelId, ref float xs, ref float ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref float xs, ref float ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref double xs, ref double ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref double xs, ref double ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref byte xs, ref byte ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref byte xs, ref byte ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref short xs, ref short ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref short xs, ref short ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref int xs, ref int ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref int xs, ref int ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref uint xs, ref uint ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref uint xs, ref uint ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref long xs, ref long ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref long xs, ref long ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset)
 Plots the digital using the specified label id More...
 
static void PlotDigital (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotDigitalFlags flags, int offset, int stride)
 Plots the digital using the specified label id More...
 
static void PlotDigitalG (string labelId, IntPtr getter, IntPtr data, int count)
 Plots the digital g using the specified label id More...
 
static void PlotDigitalG (string labelId, IntPtr getter, IntPtr data, int count, ImPlotDigitalFlags flags)
 Plots the digital g using the specified label id More...
 
static void PlotDummy (string labelId)
 Plots the dummy using the specified label id More...
 
static void PlotDummy (string labelId, ImPlotDummyFlags flags)
 Plots the dummy using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong err, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong err, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float neg, ref float pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref float xs, ref float ys, ref float neg, ref float pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double neg, ref double pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref double xs, ref double ys, ref double neg, ref double pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref sbyte xs, ref sbyte ys, ref sbyte neg, ref sbyte pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref byte xs, ref byte ys, ref byte neg, ref byte pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short neg, ref short pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref short xs, ref short ys, ref short neg, ref short pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ushort xs, ref ushort ys, ref ushort neg, ref ushort pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int neg, ref int pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref int xs, ref int ys, ref int neg, ref int pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref uint xs, ref uint ys, ref uint neg, ref uint pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long neg, ref long pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref long xs, ref long ys, ref long neg, ref long pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags, int offset)
 Plots the error bars using the specified label id More...
 
static void PlotErrorBars (string labelId, ref ulong xs, ref ulong ys, ref ulong neg, ref ulong pos, int count, ImPlotErrorBarsFlags flags, int offset, int stride)
 Plots the error bars using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref float values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref double values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref sbyte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref byte values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref short values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ushort values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref int values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref uint values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref long values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols, double scaleMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols, double scaleMin, double scaleMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the heatmap using the specified label id More...
 
static void PlotHeatmap (string labelId, ref ulong values, int rows, int cols, double scaleMin, double scaleMax, string labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotHeatmapFlags flags)
 Plots the heatmap using the specified label id More...
 
static double PlotHistogram (string labelId, ref float values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref float values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref float values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref float values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref float values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref double values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref double values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref double values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref double values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref double values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref sbyte values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref sbyte values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref sbyte values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref sbyte values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref sbyte values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref byte values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref byte values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref byte values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref byte values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref byte values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref short values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref short values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref short values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref short values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref short values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ushort values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ushort values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ushort values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ushort values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ushort values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref int values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref int values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref int values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref int values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref int values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref uint values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref uint values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref uint values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref uint values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref uint values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref long values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref long values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref long values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref long values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref long values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ulong values, int count)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ulong values, int count, int bins)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ulong values, int count, int bins, double barScale)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ulong values, int count, int bins, double barScale, ImPlotRange range)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram (string labelId, ref ulong values, int count, int bins, double barScale, ImPlotRange range, ImPlotHistogramFlags flags)
 Plots the histogram using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref float xs, ref float ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref float xs, ref float ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref float xs, ref float ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref float xs, ref float ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref float xs, ref float ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref double xs, ref double ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref double xs, ref double ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref double xs, ref double ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref double xs, ref double ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref double xs, ref double ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref sbyte xs, ref sbyte ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref sbyte xs, ref sbyte ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref sbyte xs, ref sbyte ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref sbyte xs, ref sbyte ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref byte xs, ref byte ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref byte xs, ref byte ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref byte xs, ref byte ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref byte xs, ref byte ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref byte xs, ref byte ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref short xs, ref short ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref short xs, ref short ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref short xs, ref short ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref short xs, ref short ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref short xs, ref short ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ushort xs, ref ushort ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ushort xs, ref ushort ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ushort xs, ref ushort ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ushort xs, ref ushort ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref int xs, ref int ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref int xs, ref int ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref int xs, ref int ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref int xs, ref int ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref int xs, ref int ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref uint xs, ref uint ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref uint xs, ref uint ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref uint xs, ref uint ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref uint xs, ref uint ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref uint xs, ref uint ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref long xs, ref long ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref long xs, ref long ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref long xs, ref long ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref long xs, ref long ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref long xs, ref long ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ulong xs, ref ulong ys, int count, int xBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ulong xs, ref ulong ys, int count, int xBins, int yBins)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ulong xs, ref ulong ys, int count, int xBins, int yBins, ImPlotRect range)
 Plots the histogram 2 d using the specified label id More...
 
static double PlotHistogram2D (string labelId, ref ulong xs, ref ulong ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotHistogramFlags flags)
 Plots the histogram 2 d using the specified label id More...
 
static void PlotImage (string labelId, IntPtr userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
 Plots the image using the specified label id More...
 
static void PlotImage (string labelId, IntPtr userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, Vector2 uv0)
 Plots the image using the specified label id More...
 
static void PlotImage (string labelId, IntPtr userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, Vector2 uv0, Vector2 uv1)
 Plots the image using the specified label id More...
 
static void PlotImage (string labelId, IntPtr userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, Vector2 uv0, Vector2 uv1, Vector4 tintCol)
 Plots the image using the specified label id More...
 
static void PlotImage (string labelId, IntPtr userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, Vector2 uv0, Vector2 uv1, Vector4 tintCol, ImPlotImageFlags flags)
 Plots the image using the specified label id More...
 
static void PlotInfLines (string labelId, ref float values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref float values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref float values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref float values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref double values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref double values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref double values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref double values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref sbyte values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref sbyte values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref sbyte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref byte values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref byte values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref byte values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref byte values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref short values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref short values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref short values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref short values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ushort values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ushort values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ushort values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref int values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref int values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref int values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref int values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref uint values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref uint values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref uint values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref uint values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref long values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref long values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref long values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref long values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ulong values, int count)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ulong values, int count, ImPlotInfLinesFlags flags)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset)
 Plots the inf lines using the specified label id More...
 
static void PlotInfLines (string labelId, ref ulong values, int count, ImPlotInfLinesFlags flags, int offset, int stride)
 Plots the inf lines using the specified label id More...
 
static void PlotLine (string labelId, ref float values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong values, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong values, int count, double xscale)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong values, int count, double xscale, double xstart)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float xs, ref float ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float xs, ref float ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref float xs, ref float ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double xs, ref double ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double xs, ref double ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref double xs, ref double ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte xs, ref byte ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref byte xs, ref byte ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short xs, ref short ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short xs, ref short ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref short xs, ref short ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int xs, ref int ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int xs, ref int ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref int xs, ref int ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint xs, ref uint ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref uint xs, ref uint ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long xs, ref long ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long xs, ref long ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref long xs, ref long ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset)
 Plots the line using the specified label id More...
 
static void PlotLine (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotLineFlags flags, int offset, int stride)
 Plots the line using the specified label id More...
 
static void PlotLineG (string labelId, IntPtr getter, IntPtr data, int count)
 Plots the line g using the specified label id More...
 
static void PlotLineG (string labelId, IntPtr getter, IntPtr data, int count, ImPlotLineFlags flags)
 Plots the line g using the specified label id More...
 
static void PlotPieChart (string[] labelIds, ref float values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref float values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref float values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref float values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref double values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref double values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref double values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref double values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref sbyte values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref sbyte values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref sbyte values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref sbyte values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref byte values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref byte values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref byte values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref byte values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref short values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref short values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref short values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref short values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ushort values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ushort values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ushort values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ushort values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref int values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref int values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref int values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref int values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref uint values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref uint values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref uint values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref uint values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref long values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref long values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref long values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref long values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ulong values, int count, double x, double y, double radius)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ulong values, int count, double x, double y, double radius, string labelFmt)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ulong values, int count, double x, double y, double radius, string labelFmt, double angle0)
 Plots the pie chart using the specified label ids More...
 
static void PlotPieChart (string[] labelIds, ref ulong values, int count, double x, double y, double radius, string labelFmt, double angle0, ImPlotPieChartFlags flags)
 Plots the pie chart using the specified label ids More...
 
static void PlotScatter (string labelId, ref float values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong values, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong values, int count, double xscale)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong values, int count, double xscale, double xstart)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float xs, ref float ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float xs, ref float ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref float xs, ref float ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double xs, ref double ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double xs, ref double ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref double xs, ref double ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte xs, ref byte ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref byte xs, ref byte ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short xs, ref short ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short xs, ref short ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref short xs, ref short ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int xs, ref int ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int xs, ref int ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref int xs, ref int ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint xs, ref uint ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref uint xs, ref uint ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long xs, ref long ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long xs, ref long ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref long xs, ref long ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset)
 Plots the scatter using the specified label id More...
 
static void PlotScatter (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotScatterFlags flags, int offset, int stride)
 Plots the scatter using the specified label id More...
 
static void PlotScatterG (string labelId, IntPtr getter, IntPtr data, int count)
 Plots the scatter g using the specified label id More...
 
static void PlotScatterG (string labelId, IntPtr getter, IntPtr data, int count, ImPlotScatterFlags flags)
 Plots the scatter g using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count, double yref, double xscale)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count, double yref, double xscale, double xstart)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong values, int count, double yref, double xscale, double xstart, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys, int count, double yref)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys, int count, double yref, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys1, ref float ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref float xs, ref float ys1, ref float ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys1, ref double ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref double xs, ref double ys1, ref double ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref sbyte xs, ref sbyte ys1, ref sbyte ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys1, ref byte ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref byte xs, ref byte ys1, ref byte ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys1, ref short ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref short xs, ref short ys1, ref short ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys1, ref ushort ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ushort xs, ref ushort ys1, ref ushort ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys1, ref int ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref int xs, ref int ys1, ref int ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys1, ref uint ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref uint xs, ref uint ys1, ref uint ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys1, ref long ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref long xs, ref long ys1, ref long ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys1, ref ulong ys2, int count)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset)
 Plots the shaded using the specified label id More...
 
static void PlotShaded (string labelId, ref ulong xs, ref ulong ys1, ref ulong ys2, int count, ImPlotShadedFlags flags, int offset, int stride)
 Plots the shaded using the specified label id More...
 
static void PlotShadedG (string labelId, IntPtr getter1, IntPtr data1, IntPtr getter2, IntPtr data2, int count)
 Plots the shaded g using the specified label id More...
 
static void PlotShadedG (string labelId, IntPtr getter1, IntPtr data1, IntPtr getter2, IntPtr data2, int count, ImPlotShadedFlags flags)
 Plots the shaded g using the specified label id More...
 
static void PlotStairs (string labelId, ref float values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong values, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong values, int count, double xscale)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong values, int count, double xscale, double xstart)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong values, int count, double xscale, double xstart, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float xs, ref float ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float xs, ref float ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref float xs, ref float ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double xs, ref double ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double xs, ref double ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref double xs, ref double ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref sbyte xs, ref sbyte ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte xs, ref byte ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref byte xs, ref byte ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short xs, ref short ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short xs, ref short ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref short xs, ref short ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ushort xs, ref ushort ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int xs, ref int ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int xs, ref int ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref int xs, ref int ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint xs, ref uint ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref uint xs, ref uint ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long xs, ref long ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long xs, ref long ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref long xs, ref long ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset)
 Plots the stairs using the specified label id More...
 
static void PlotStairs (string labelId, ref ulong xs, ref ulong ys, int count, ImPlotStairsFlags flags, int offset, int stride)
 Plots the stairs using the specified label id More...
 
static void PlotStairsG (string labelId, IntPtr getter, IntPtr data, int count)
 Plots the stairs g using the specified label id More...
 
static void PlotStairsG (string labelId, IntPtr getter, IntPtr data, int count, ImPlotStairsFlags flags)
 Plots the stairs g using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count, double @ref, double scale)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count, double @ref, double scale, double start)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong values, int count, double @ref, double scale, double start, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float xs, ref float ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float xs, ref float ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float xs, ref float ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float xs, ref float ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref float xs, ref float ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double xs, ref double ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double xs, ref double ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double xs, ref double ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double xs, ref double ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref double xs, ref double ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte xs, ref sbyte ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte xs, ref sbyte ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte xs, ref sbyte ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte xs, ref sbyte ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref sbyte xs, ref sbyte ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte xs, ref byte ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte xs, ref byte ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte xs, ref byte ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte xs, ref byte ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref byte xs, ref byte ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short xs, ref short ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short xs, ref short ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short xs, ref short ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short xs, ref short ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref short xs, ref short ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort xs, ref ushort ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort xs, ref ushort ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort xs, ref ushort ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort xs, ref ushort ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ushort xs, ref ushort ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int xs, ref int ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int xs, ref int ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int xs, ref int ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int xs, ref int ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref int xs, ref int ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint xs, ref uint ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint xs, ref uint ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint xs, ref uint ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint xs, ref uint ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref uint xs, ref uint ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long xs, ref long ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long xs, ref long ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long xs, ref long ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long xs, ref long ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref long xs, ref long ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong xs, ref ulong ys, int count)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong xs, ref ulong ys, int count, double @ref)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong xs, ref ulong ys, int count, double @ref, ImPlotStemsFlags flags)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong xs, ref ulong ys, int count, double @ref, ImPlotStemsFlags flags, int offset)
 Plots the stems using the specified label id More...
 
static void PlotStems (string labelId, ref ulong xs, ref ulong ys, int count, double @ref, ImPlotStemsFlags flags, int offset, int stride)
 Plots the stems using the specified label id More...
 
static void PlotText (string text, double x, double y)
 Plots the text using the specified text More...
 
static void PlotText (string text, double x, double y, Vector2 pixOffset)
 Plots the text using the specified text More...
 
static void PlotText (string text, double x, double y, Vector2 pixOffset, ImPlotTextFlags flags)
 Plots the text using the specified text More...
 
static Vector2 PlotToPixels (ImPlotPoint plt)
 Plots the to pixels using the specified plt More...
 
static Vector2 PlotToPixels (ImPlotPoint plt, ImAxis xAxis)
 Plots the to pixels using the specified plt More...
 
static Vector2 PlotToPixels (ImPlotPoint plt, ImAxis xAxis, ImAxis yAxis)
 Plots the to pixels using the specified plt More...
 
static Vector2 PlotToPixels (double x, double y)
 Plots the to pixels using the specified x More...
 
static Vector2 PlotToPixels (double x, double y, ImAxis xAxis)
 Plots the to pixels using the specified x More...
 
static Vector2 PlotToPixels (double x, double y, ImAxis xAxis, ImAxis yAxis)
 Plots the to pixels using the specified x More...
 
static void PopColormap ()
 Pops the colormap More...
 
static void PopColormap (int count)
 Pops the colormap using the specified count More...
 
static void PopPlotClipRect ()
 Pops the plot clip rect More...
 
static void PopStyleColor ()
 Pops the style color More...
 
static void PopStyleColor (int count)
 Pops the style color using the specified count More...
 
static void PopStyleVar ()
 Pops the style var More...
 
static void PopStyleVar (int count)
 Pops the style var using the specified count More...
 
static void PushColormap (ImPlotColormap cmap)
 Pushes the colormap using the specified cmap More...
 
static void PushColormap (string name)
 Pushes the colormap using the specified name More...
 
static void PushPlotClipRect ()
 Pushes the plot clip rect More...
 
static void PushPlotClipRect (float expand)
 Pushes the plot clip rect using the specified expand More...
 
static void PushStyleColor (ImPlotCol idx, uint col)
 Pushes the style color using the specified idx More...
 
static void PushStyleColor (ImPlotCol idx, Vector4 col)
 Pushes the style color using the specified idx More...
 
static void PushStyleVar (ImPlotStyleVar idx, float val)
 Pushes the style var using the specified idx More...
 
static void PushStyleVar (ImPlotStyleVar idx, int val)
 Pushes the style var using the specified idx More...
 
static void PushStyleVar (ImPlotStyleVar idx, Vector2 val)
 Pushes the style var using the specified idx More...
 
static Vector4 SampleColormap (float t)
 Samples the colormap using the specified t More...
 
static Vector4 SampleColormap (float t, ImPlotColormap cmap)
 Samples the colormap using the specified t More...
 
static void SetAxes (ImAxis xAxis, ImAxis yAxis)
 Sets the axes using the specified x axis More...
 
static void SetAxis (ImAxis axis)
 Sets the axis using the specified axis More...
 
static void SetCurrentContext (IntPtr ctx)
 Sets the current context using the specified ctx More...
 
static void SetImGuiContext (IntPtr ctx)
 Sets the im gui context using the specified ctx More...
 
static void SetNextAxesLimits (double xMin, double xMax, double yMin, double yMax)
 Sets the next axes limits using the specified x min More...
 
static void SetNextAxesLimits (double xMin, double xMax, double yMin, double yMax, ImPlotCond cond)
 Sets the next axes limits using the specified x min More...
 
static void SetNextAxesToFit ()
 Sets the next axes to fit More...
 
static void SetNextAxisLimits (ImAxis axis, double vMin, double vMax)
 Sets the next axis limits using the specified axis More...
 
static void SetNextAxisLimits (ImAxis axis, double vMin, double vMax, ImPlotCond cond)
 Sets the next axis limits using the specified axis More...
 
static void SetNextAxisLinks (ImAxis axis, ref double linkMin, ref double linkMax)
 Sets the next axis links using the specified axis More...
 
static void SetNextAxisToFit (ImAxis axis)
 Sets the next axis to fit using the specified axis More...
 
static void SetNextErrorBarStyle ()
 Sets the next error bar style More...
 
static void SetNextErrorBarStyle (Vector4 col)
 Sets the next error bar style using the specified col More...
 
static void SetNextErrorBarStyle (Vector4 col, float size)
 Sets the next error bar style using the specified col More...
 
static void SetNextErrorBarStyle (Vector4 col, float size, float weight)
 Sets the next error bar style using the specified col More...
 
static void SetNextFillStyle ()
 Sets the next fill style More...
 
static void SetNextFillStyle (Vector4 col)
 Sets the next fill style using the specified col More...
 
static void SetNextFillStyle (Vector4 col, float alphaMod)
 Sets the next fill style using the specified col More...
 
static void SetNextLineStyle ()
 Sets the next line style More...
 
static void SetNextLineStyle (Vector4 col)
 Sets the next line style using the specified col More...
 
static void SetNextLineStyle (Vector4 col, float weight)
 Sets the next line style using the specified col More...
 
static void SetNextMarkerStyle ()
 Sets the next marker style More...
 
static void SetNextMarkerStyle (ImPlotMarker marker)
 Sets the next marker style using the specified marker More...
 
static void SetNextMarkerStyle (ImPlotMarker marker, float size)
 Sets the next marker style using the specified marker More...
 
static void SetNextMarkerStyle (ImPlotMarker marker, float size, Vector4 fill)
 Sets the next marker style using the specified marker More...
 
static void SetNextMarkerStyle (ImPlotMarker marker, float size, Vector4 fill, float weight)
 Sets the next marker style using the specified marker More...
 
static void SetNextMarkerStyle (ImPlotMarker marker, float size, Vector4 fill, float weight, Vector4 outline)
 Sets the next marker style using the specified marker More...
 
static void SetupAxes (string xLabel, string yLabel)
 Setup the axes using the specified x label More...
 
static void SetupAxes (string xLabel, string yLabel, ImPlotAxisFlags xFlags)
 Setup the axes using the specified x label More...
 
static void SetupAxes (string xLabel, string yLabel, ImPlotAxisFlags xFlags, ImPlotAxisFlags yFlags)
 Setup the axes using the specified x label More...
 
static void SetupAxesLimits (double xMin, double xMax, double yMin, double yMax)
 Setup the axes limits using the specified x min More...
 
static void SetupAxesLimits (double xMin, double xMax, double yMin, double yMax, ImPlotCond cond)
 Setup the axes limits using the specified x min More...
 
static void SetupAxis (ImAxis axis)
 Setup the axis using the specified axis More...
 
static void SetupAxis (ImAxis axis, string label)
 Setup the axis using the specified axis More...
 
static void SetupAxis (ImAxis axis, string label, ImPlotAxisFlags flags)
 Setup the axis using the specified axis More...
 
static void SetupAxisFormat (ImAxis axis, string fmt)
 Setup the axis format using the specified axis More...
 
static void SetupAxisFormat (ImAxis axis, IntPtr formatter)
 Setup the axis format using the specified axis More...
 
static void SetupAxisFormat (ImAxis axis, IntPtr formatter, IntPtr data)
 Setup the axis format using the specified axis More...
 
static void SetupAxisLimits (ImAxis axis, double vMin, double vMax)
 Setup the axis limits using the specified axis More...
 
static void SetupAxisLimits (ImAxis axis, double vMin, double vMax, ImPlotCond cond)
 Setup the axis limits using the specified axis More...
 
static void SetupAxisLimitsConstraints (ImAxis axis, double vMin, double vMax)
 Setup the axis limits constraints using the specified axis More...
 
static void SetupAxisLinks (ImAxis axis, ref double linkMin, ref double linkMax)
 Setup the axis links using the specified axis More...
 
static void SetupAxisScale (ImAxis axis, ImPlotScale scale)
 Setup the axis scale using the specified axis More...
 
static void SetupAxisScale (ImAxis axis, IntPtr forward, IntPtr inverse)
 Setup the axis scale using the specified axis More...
 
static void SetupAxisScale (ImAxis axis, IntPtr forward, IntPtr inverse, IntPtr data)
 Setup the axis scale using the specified axis More...
 
static void SetupAxisTicks (ImAxis axis, ref double values, int nTicks)
 Setup the axis ticks using the specified axis More...
 
static void SetupAxisTicks (ImAxis axis, ref double values, int nTicks, string[] labels)
 Setup the axis ticks using the specified axis More...
 
static void SetupAxisTicks (ImAxis axis, ref double values, int nTicks, string[] labels, bool keepDefault)
 Setup the axis ticks using the specified axis More...
 
static void SetupAxisTicks (ImAxis axis, double vMin, double vMax, int nTicks)
 Setup the axis ticks using the specified axis More...
 
static void SetupAxisTicks (ImAxis axis, double vMin, double vMax, int nTicks, string[] labels)
 Setup the axis ticks using the specified axis More...
 
static void SetupAxisTicks (ImAxis axis, double vMin, double vMax, int nTicks, string[] labels, bool keepDefault)
 Setup the axis ticks using the specified axis More...
 
static void SetupAxisZoomConstraints (ImAxis axis, double zMin, double zMax)
 Setup the axis zoom constraints using the specified axis More...
 
static void SetupFinish ()
 Setup the finish More...
 
static void SetupLegend (ImPlotLocation location)
 Setup the legend using the specified location More...
 
static void SetupLegend (ImPlotLocation location, ImPlotLegendFlags flags)
 Setup the legend using the specified location More...
 
static void SetupMouseText (ImPlotLocation location)
 Setup the mouse text using the specified location More...
 
static void SetupMouseText (ImPlotLocation location, ImPlotMouseTextFlags flags)
 Setup the mouse text using the specified location More...
 
static bool ShowColormapSelector (string label)
 Describes whether show colormap selector More...
 
static void ShowDemoWindow ()
 Shows the demo window More...
 
static void ShowDemoWindow (ref bool pOpen)
 Shows the demo window using the specified p open More...
 
static bool ShowInputMapSelector (string label)
 Describes whether show input map selector More...
 
static void ShowMetricsWindow ()
 Shows the metrics window More...
 
static void ShowMetricsWindow (ref bool pPopen)
 Shows the metrics window using the specified p popen More...
 
static void ShowStyleEditor ()
 Shows the style editor More...
 
static void ShowStyleEditor (ImPlotStylePtr @ref)
 Shows the style editor using the specified ref More...
 
static bool ShowStyleSelector (string label)
 Describes whether show style selector More...
 
static void ShowUserGuide ()
 Shows the user guide More...
 
static void StyleColorsAuto ()
 Styles the colors auto More...
 
static void StyleColorsAuto (ImPlotStylePtr dst)
 Styles the colors auto using the specified dst More...
 
static void StyleColorsClassic ()
 Styles the colors classic More...
 
static void StyleColorsClassic (ImPlotStylePtr dst)
 Styles the colors classic using the specified dst More...
 
static void StyleColorsDark ()
 Styles the colors dark More...
 
static void StyleColorsDark (ImPlotStylePtr dst)
 Styles the colors dark using the specified dst More...
 
static void StyleColorsLight ()
 Styles the colors light More...
 
static void StyleColorsLight (ImPlotStylePtr dst)
 Styles the colors light using the specified dst More...
 
static void TagX (double x, Vector4 col)
 Tags the x using the specified x More...
 
static void TagX (double x, Vector4 col, bool round)
 Tags the x using the specified x More...
 
static void TagX (double x, Vector4 col, string fmt)
 Tags the x using the specified x More...
 
static void TagY (double y, Vector4 col)
 Tags the y using the specified y More...
 
static void TagY (double y, Vector4 col, bool round)
 Tags the y using the specified y More...
 
static void TagY (double y, Vector4 col, string fmt)
 Tags the y using the specified y More...
 

Detailed Description

The im plot class

Definition at line 39 of file ImPlot.cs.

Member Function Documentation

◆ AddColormap() [1/4]

static ImPlotColormap Alis.App.Engine.UI.Extras.Plot.ImPlot.AddColormap ( string  name,
ref Vector4  cols,
int  size 
)
static

Adds the colormap using the specified name

Parameters
nameThe name
colsThe cols
sizeThe size
Returns
The im plot colormap

Definition at line 48 of file ImPlot.cs.

◆ AddColormap() [2/4]

static ImPlotColormap Alis.App.Engine.UI.Extras.Plot.ImPlot.AddColormap ( string  name,
ref Vector4  cols,
int  size,
bool  qual 
)
static

Adds the colormap using the specified name

Parameters
nameThe name
colsThe cols
sizeThe size
qualThe qual
Returns
The im plot colormap

Definition at line 94 of file ImPlot.cs.

◆ AddColormap() [3/4]

static ImPlotColormap Alis.App.Engine.UI.Extras.Plot.ImPlot.AddColormap ( string  name,
ref uint  cols,
int  size 
)
static

Adds the colormap using the specified name

Parameters
nameThe name
colsThe cols
sizeThe size
Returns
The im plot colormap

Definition at line 139 of file ImPlot.cs.

◆ AddColormap() [4/4]

static ImPlotColormap Alis.App.Engine.UI.Extras.Plot.ImPlot.AddColormap ( string  name,
ref uint  cols,
int  size,
bool  qual 
)
static

Adds the colormap using the specified name

Parameters
nameThe name
colsThe cols
sizeThe size
qualThe qual
Returns
The im plot colormap

Definition at line 185 of file ImPlot.cs.

◆ Annotation() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.Annotation ( double  x,
double  y,
Vector4  col,
Vector2  pixOffset,
bool  clamp 
)
static

Annotations the x

Parameters
xThe
yThe
colThe col
pixOffsetThe pix offset
clampThe clamp

Definition at line 231 of file ImPlot.cs.

◆ Annotation() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.Annotation ( double  x,
double  y,
Vector4  col,
Vector2  pixOffset,
bool  clamp,
bool  round 
)
static

Annotations the x

Parameters
xThe
yThe
colThe col
pixOffsetThe pix offset
clampThe clamp
roundThe round

Definition at line 247 of file ImPlot.cs.

◆ Annotation() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.Annotation ( double  x,
double  y,
Vector4  col,
Vector2  pixOffset,
bool  clamp,
string  fmt 
)
static

Annotations the x

Parameters
xThe
yThe
colThe col
pixOffsetThe pix offset
clampThe clamp
fmtThe fmt

Definition at line 263 of file ImPlot.cs.

◆ BeginAlignedPlots() [1/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginAlignedPlots ( string  groupId)
static

Describes whether begin aligned plots

Parameters
groupIdThe group id
Returns
The bool

Definition at line 301 of file ImPlot.cs.

◆ BeginAlignedPlots() [2/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginAlignedPlots ( string  groupId,
bool  vertical 
)
static

Describes whether begin aligned plots

Parameters
groupIdThe group id
verticalThe vertical
Returns
The bool

Definition at line 342 of file ImPlot.cs.

◆ BeginDragDropSourceAxis() [1/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropSourceAxis ( ImAxis  axis)
static

Describes whether begin drag drop source axis

Parameters
axisThe axis
Returns
The bool

Definition at line 382 of file ImPlot.cs.

◆ BeginDragDropSourceAxis() [2/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropSourceAxis ( ImAxis  axis,
ImGuiDragDropFlags  flags 
)
static

Describes whether begin drag drop source axis

Parameters
axisThe axis
flagsThe flags
Returns
The bool

Definition at line 395 of file ImPlot.cs.

◆ BeginDragDropSourceItem() [1/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropSourceItem ( string  labelId)
static

Describes whether begin drag drop source item

Parameters
labelIdThe label id
Returns
The bool

Definition at line 406 of file ImPlot.cs.

◆ BeginDragDropSourceItem() [2/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropSourceItem ( string  labelId,
ImGuiDragDropFlags  flags 
)
static

Describes whether begin drag drop source item

Parameters
labelIdThe label id
flagsThe flags
Returns
The bool

Definition at line 447 of file ImPlot.cs.

◆ BeginDragDropSourcePlot() [1/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropSourcePlot ( )
static

Describes whether begin drag drop source plot

Returns
The bool

Definition at line 485 of file ImPlot.cs.

◆ BeginDragDropSourcePlot() [2/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropSourcePlot ( ImGuiDragDropFlags  flags)
static

Describes whether begin drag drop source plot

Parameters
flagsThe flags
Returns
The bool

Definition at line 497 of file ImPlot.cs.

◆ BeginDragDropTargetAxis()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropTargetAxis ( ImAxis  axis)
static

Describes whether begin drag drop target axis

Parameters
axisThe axis
Returns
The bool

Definition at line 508 of file ImPlot.cs.

◆ BeginDragDropTargetLegend()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropTargetLegend ( )
static

Describes whether begin drag drop target legend

Returns
The bool

Definition at line 518 of file ImPlot.cs.

◆ BeginDragDropTargetPlot()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginDragDropTargetPlot ( )
static

Describes whether begin drag drop target plot

Returns
The bool

Definition at line 528 of file ImPlot.cs.

◆ BeginLegendPopup() [1/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginLegendPopup ( string  labelId)
static

Describes whether begin legend popup

Parameters
labelIdThe label id
Returns
The bool

Definition at line 539 of file ImPlot.cs.

◆ BeginLegendPopup() [2/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginLegendPopup ( string  labelId,
ImGuiMouseButton  mouseButton 
)
static

Describes whether begin legend popup

Parameters
labelIdThe label id
mouseButtonThe mouse button
Returns
The bool

Definition at line 580 of file ImPlot.cs.

◆ BeginPlot() [1/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginPlot ( string  titleId)
static

Describes whether begin plot

Parameters
titleIdThe title id
Returns
The bool

Definition at line 619 of file ImPlot.cs.

◆ BeginPlot() [2/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginPlot ( string  titleId,
Vector2  size 
)
static

Describes whether begin plot

Parameters
titleIdThe title id
sizeThe size
Returns
The bool

Definition at line 661 of file ImPlot.cs.

◆ BeginPlot() [3/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginPlot ( string  titleId,
Vector2  size,
ImPlotFlags  flags 
)
static

Describes whether begin plot

Parameters
titleIdThe title id
sizeThe size
flagsThe flags
Returns
The bool

Definition at line 703 of file ImPlot.cs.

◆ BeginSubplots() [1/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginSubplots ( string  titleId,
int  rows,
int  cols,
Vector2  size 
)
static

Describes whether begin subplots

Parameters
titleIdThe title id
rowsThe rows
colsThe cols
sizeThe size
Returns
The bool

Definition at line 745 of file ImPlot.cs.

◆ BeginSubplots() [2/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginSubplots ( string  titleId,
int  rows,
int  cols,
Vector2  size,
ImPlotSubplotFlags  flags 
)
static

Describes whether begin subplots

Parameters
titleIdThe title id
rowsThe rows
colsThe cols
sizeThe size
flagsThe flags
Returns
The bool

Definition at line 791 of file ImPlot.cs.

◆ BeginSubplots() [3/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginSubplots ( string  titleId,
int  rows,
int  cols,
Vector2  size,
ImPlotSubplotFlags  flags,
ref float  rowRatios 
)
static

Describes whether begin subplots

Parameters
titleIdThe title id
rowsThe rows
colsThe cols
sizeThe size
flagsThe flags
rowRatiosThe row ratios
Returns
The bool

Definition at line 837 of file ImPlot.cs.

◆ BeginSubplots() [4/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.BeginSubplots ( string  titleId,
int  rows,
int  cols,
Vector2  size,
ImPlotSubplotFlags  flags,
ref float  rowRatios,
ref float  colRatios 
)
static

Describes whether begin subplots

Parameters
titleIdThe title id
rowsThe rows
colsThe cols
sizeThe size
flagsThe flags
rowRatiosThe row ratios
colRatiosThe col ratios
Returns
The bool

Definition at line 886 of file ImPlot.cs.

◆ BustColorCache() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.BustColorCache ( )
static

Busts the color cache

Definition at line 929 of file ImPlot.cs.

◆ BustColorCache() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.BustColorCache ( string  plotTitleId)
static

Busts the color cache using the specified plot title id

Parameters
plotTitleIdThe plot title id

Definition at line 939 of file ImPlot.cs.

◆ CancelPlotSelection()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.CancelPlotSelection ( )
static

Cancels the plot selection

Definition at line 974 of file ImPlot.cs.

◆ ColormapButton() [1/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapButton ( string  label)
static

Describes whether colormap button

Parameters
labelThe label
Returns
The bool

Definition at line 984 of file ImPlot.cs.

◆ ColormapButton() [2/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapButton ( string  label,
Vector2  size 
)
static

Describes whether colormap button

Parameters
labelThe label
sizeThe size
Returns
The bool

Definition at line 1026 of file ImPlot.cs.

◆ ColormapButton() [3/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapButton ( string  label,
Vector2  size,
ImPlotColormap  cmap 
)
static

Describes whether colormap button

Parameters
labelThe label
sizeThe size
cmapThe cmap
Returns
The bool

Definition at line 1068 of file ImPlot.cs.

◆ ColormapIcon()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapIcon ( ImPlotColormap  cmap)
static

Colormaps the icon using the specified cmap

Parameters
cmapThe cmap

Definition at line 1106 of file ImPlot.cs.

◆ ColormapScale() [1/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapScale ( string  label,
double  scaleMin,
double  scaleMax 
)
static

Colormaps the scale using the specified label

Parameters
labelThe label
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 1117 of file ImPlot.cs.

◆ ColormapScale() [2/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapScale ( string  label,
double  scaleMin,
double  scaleMax,
Vector2  size 
)
static

Colormaps the scale using the specified label

Parameters
labelThe label
scaleMinThe scale min
scaleMaxThe scale max
sizeThe size

Definition at line 1179 of file ImPlot.cs.

◆ ColormapScale() [3/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapScale ( string  label,
double  scaleMin,
double  scaleMax,
Vector2  size,
string  format 
)
static

Colormaps the scale using the specified label

Parameters
labelThe label
scaleMinThe scale min
scaleMaxThe scale max
sizeThe size
formatThe format

Definition at line 1241 of file ImPlot.cs.

◆ ColormapScale() [4/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapScale ( string  label,
double  scaleMin,
double  scaleMax,
Vector2  size,
string  format,
ImPlotColormapScaleFlags  flags 
)
static

Colormaps the scale using the specified label

Parameters
labelThe label
scaleMinThe scale min
scaleMaxThe scale max
sizeThe size
formatThe format
flagsThe flags

Definition at line 1312 of file ImPlot.cs.

◆ ColormapScale() [5/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapScale ( string  label,
double  scaleMin,
double  scaleMax,
Vector2  size,
string  format,
ImPlotColormapScaleFlags  flags,
ImPlotColormap  cmap 
)
static

Colormaps the scale using the specified label

Parameters
labelThe label
scaleMinThe scale min
scaleMaxThe scale max
sizeThe size
formatThe format
flagsThe flags
cmapThe cmap

Definition at line 1383 of file ImPlot.cs.

◆ ColormapSlider() [1/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapSlider ( string  label,
ref float  t 
)
static

Describes whether colormap slider

Parameters
labelThe label
tThe
Returns
The bool

Definition at line 1449 of file ImPlot.cs.

◆ ColormapSlider() [2/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapSlider ( string  label,
ref float  t,
out Vector4 out 
)
static

Describes whether colormap slider

Parameters
labelThe label
tThe
outThe out
Returns
The bool

Definition at line 1515 of file ImPlot.cs.

◆ ColormapSlider() [3/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapSlider ( string  label,
ref float  t,
out Vector4 out,
string  format 
)
static

Describes whether colormap slider

Parameters
labelThe label
tThe
outThe out
formatThe format
Returns
The bool

Definition at line 1584 of file ImPlot.cs.

◆ ColormapSlider() [4/4]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ColormapSlider ( string  label,
ref float  t,
out Vector4 out,
string  format,
ImPlotColormap  cmap 
)
static

Describes whether colormap slider

Parameters
labelThe label
tThe
outThe out
formatThe format
cmapThe cmap
Returns
The bool

Definition at line 1662 of file ImPlot.cs.

◆ CreateContext()

static IntPtr Alis.App.Engine.UI.Extras.Plot.ImPlot.CreateContext ( )
static

Creates the context

Returns
The ret

Definition at line 1734 of file ImPlot.cs.

◆ DestroyContext() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.DestroyContext ( )
static

Destroys the context

Definition at line 1743 of file ImPlot.cs.

◆ DestroyContext() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.DestroyContext ( IntPtr  ctx)
static

Destroys the context using the specified ctx

Parameters
ctxThe ctx

Definition at line 1753 of file ImPlot.cs.

◆ DragLineX() [1/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragLineX ( int  id,
ref double  x,
Vector4  col 
)
static

Describes whether drag line x

Parameters
idThe id
xThe
colThe col
Returns
The bool

Definition at line 1765 of file ImPlot.cs.

◆ DragLineX() [2/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragLineX ( int  id,
ref double  x,
Vector4  col,
float  thickness 
)
static

Describes whether drag line x

Parameters
idThe id
xThe
colThe col
thicknessThe thickness
Returns
The bool

Definition at line 1784 of file ImPlot.cs.

◆ DragLineX() [3/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragLineX ( int  id,
ref double  x,
Vector4  col,
float  thickness,
ImPlotDragToolFlags  flags 
)
static

Describes whether drag line x

Parameters
idThe id
xThe
colThe col
thicknessThe thickness
flagsThe flags
Returns
The bool

Definition at line 1803 of file ImPlot.cs.

◆ DragLineY() [1/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragLineY ( int  id,
ref double  y,
Vector4  col 
)
static

Describes whether drag line y

Parameters
idThe id
yThe
colThe col
Returns
The bool

Definition at line 1819 of file ImPlot.cs.

◆ DragLineY() [2/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragLineY ( int  id,
ref double  y,
Vector4  col,
float  thickness 
)
static

Describes whether drag line y

Parameters
idThe id
yThe
colThe col
thicknessThe thickness
Returns
The bool

Definition at line 1838 of file ImPlot.cs.

◆ DragLineY() [3/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragLineY ( int  id,
ref double  y,
Vector4  col,
float  thickness,
ImPlotDragToolFlags  flags 
)
static

Describes whether drag line y

Parameters
idThe id
yThe
colThe col
thicknessThe thickness
flagsThe flags
Returns
The bool

Definition at line 1857 of file ImPlot.cs.

◆ DragPoint() [1/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragPoint ( int  id,
ref double  x,
ref double  y,
Vector4  col 
)
static

Describes whether drag point

Parameters
idThe id
xThe
yThe
colThe col
Returns
The bool

Definition at line 1874 of file ImPlot.cs.

◆ DragPoint() [2/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragPoint ( int  id,
ref double  x,
ref double  y,
Vector4  col,
float  size 
)
static

Describes whether drag point

Parameters
idThe id
xThe
yThe
colThe col
sizeThe size
Returns
The bool

Definition at line 1897 of file ImPlot.cs.

◆ DragPoint() [3/3]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragPoint ( int  id,
ref double  x,
ref double  y,
Vector4  col,
float  size,
ImPlotDragToolFlags  flags 
)
static

Describes whether drag point

Parameters
idThe id
xThe
yThe
colThe col
sizeThe size
flagsThe flags
Returns
The bool

Definition at line 1920 of file ImPlot.cs.

◆ DragRect() [1/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragRect ( int  id,
ref double  x1,
ref double  y1,
ref double  x2,
ref double  y2,
Vector4  col 
)
static

Describes whether drag rect

Parameters
idThe id
x1The
y1The
x2The
y2The
colThe col
Returns
The bool

Definition at line 1942 of file ImPlot.cs.

◆ DragRect() [2/2]

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.DragRect ( int  id,
ref double  x1,
ref double  y1,
ref double  x2,
ref double  y2,
Vector4  col,
ImPlotDragToolFlags  flags 
)
static

Describes whether drag rect

Parameters
idThe id
x1The
y1The
x2The
y2The
colThe col
flagsThe flags
Returns
The bool

Definition at line 1972 of file ImPlot.cs.

◆ EndAlignedPlots()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.EndAlignedPlots ( )
static

Ends the aligned plots

Definition at line 1993 of file ImPlot.cs.

◆ EndDragDropSource()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.EndDragDropSource ( )
static

Ends the drag drop source

Definition at line 2001 of file ImPlot.cs.

◆ EndDragDropTarget()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.EndDragDropTarget ( )
static

Ends the drag drop target

Definition at line 2009 of file ImPlot.cs.

◆ EndLegendPopup()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.EndLegendPopup ( )
static

Ends the legend popup

Definition at line 2017 of file ImPlot.cs.

◆ EndPlot()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.EndPlot ( )
static

Ends the plot

Definition at line 2025 of file ImPlot.cs.

◆ EndSubplots()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.EndSubplots ( )
static

Ends the subplots

Definition at line 2033 of file ImPlot.cs.

◆ GetColormapColor() [1/2]

static Vector4 Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapColor ( int  idx)
static

Gets the colormap color using the specified idx

Parameters
idxThe idx
Returns
The retval

Definition at line 2043 of file ImPlot.cs.

◆ GetColormapColor() [2/2]

static Vector4 Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapColor ( int  idx,
ImPlotColormap  cmap 
)
static

Gets the colormap color using the specified idx

Parameters
idxThe idx
cmapThe cmap
Returns
The retval

Definition at line 2057 of file ImPlot.cs.

◆ GetColormapCount()

static int Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapCount ( )
static

Gets the colormap count

Returns
The ret

Definition at line 2068 of file ImPlot.cs.

◆ GetColormapIndex()

static ImPlotColormap Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapIndex ( string  name)
static

Gets the colormap index using the specified name

Parameters
nameThe name
Returns
The ret

Definition at line 2079 of file ImPlot.cs.

◆ GetColormapName()

static string Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapName ( ImPlotColormap  cmap)
static

Gets the colormap name using the specified cmap

Parameters
cmapThe cmap
Returns
The string

Definition at line 2118 of file ImPlot.cs.

◆ GetColormapSize() [1/2]

static int Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapSize ( )
static

Gets the colormap size

Returns
The ret

Definition at line 2128 of file ImPlot.cs.

◆ GetColormapSize() [2/2]

static int Alis.App.Engine.UI.Extras.Plot.ImPlot.GetColormapSize ( ImPlotColormap  cmap)
static

Gets the colormap size using the specified cmap

Parameters
cmapThe cmap
Returns
The ret

Definition at line 2140 of file ImPlot.cs.

◆ GetCurrentContext()

static IntPtr Alis.App.Engine.UI.Extras.Plot.ImPlot.GetCurrentContext ( )
static

Gets the current context

Returns
The ret

Definition at line 2150 of file ImPlot.cs.

◆ GetInputMap()

static ImPlotInputMapPtr Alis.App.Engine.UI.Extras.Plot.ImPlot.GetInputMap ( )
static

Gets the input map

Returns
The im plot input map ptr

Definition at line 2160 of file ImPlot.cs.

◆ GetLastItemColor()

static Vector4 Alis.App.Engine.UI.Extras.Plot.ImPlot.GetLastItemColor ( )
static

Gets the last item color

Returns
The retval

Definition at line 2170 of file ImPlot.cs.

◆ GetMarkerName()

static string Alis.App.Engine.UI.Extras.Plot.ImPlot.GetMarkerName ( ImPlotMarker  idx)
static

Gets the marker name using the specified idx

Parameters
idxThe idx
Returns
The string

Definition at line 2182 of file ImPlot.cs.

◆ GetPlotDrawList()

static ImDrawListPtr Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotDrawList ( )
static

Gets the plot draw list

Returns
The im draw list ptr

Definition at line 2192 of file ImPlot.cs.

◆ GetPlotLimits() [1/3]

static ImPlotRect Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotLimits ( )
static

Gets the plot limits

Returns
The ret

Definition at line 2202 of file ImPlot.cs.

◆ GetPlotLimits() [2/3]

static ImPlotRect Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotLimits ( ImAxis  xAxis)
static

Gets the plot limits using the specified x axis

Parameters
xAxisThe axis
Returns
The ret

Definition at line 2215 of file ImPlot.cs.

◆ GetPlotLimits() [3/3]

static ImPlotRect Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotLimits ( ImAxis  xAxis,
ImAxis  yAxis 
)
static

Gets the plot limits using the specified x axis

Parameters
xAxisThe axis
yAxisThe axis
Returns
The ret

Definition at line 2228 of file ImPlot.cs.

◆ GetPlotMousePos() [1/3]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotMousePos ( )
static

Gets the plot mouse pos

Returns
The retval

Definition at line 2238 of file ImPlot.cs.

◆ GetPlotMousePos() [2/3]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotMousePos ( ImAxis  xAxis)
static

Gets the plot mouse pos using the specified x axis

Parameters
xAxisThe axis
Returns
The retval

Definition at line 2252 of file ImPlot.cs.

◆ GetPlotMousePos() [3/3]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotMousePos ( ImAxis  xAxis,
ImAxis  yAxis 
)
static

Gets the plot mouse pos using the specified x axis

Parameters
xAxisThe axis
yAxisThe axis
Returns
The retval

Definition at line 2266 of file ImPlot.cs.

◆ GetPlotPos()

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotPos ( )
static

Gets the plot pos

Returns
The retval

Definition at line 2277 of file ImPlot.cs.

◆ GetPlotSelection() [1/3]

static ImPlotRect Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotSelection ( )
static

Gets the plot selection

Returns
The ret

Definition at line 2288 of file ImPlot.cs.

◆ GetPlotSelection() [2/3]

static ImPlotRect Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotSelection ( ImAxis  xAxis)
static

Gets the plot selection using the specified x axis

Parameters
xAxisThe axis
Returns
The ret

Definition at line 2301 of file ImPlot.cs.

◆ GetPlotSelection() [3/3]

static ImPlotRect Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotSelection ( ImAxis  xAxis,
ImAxis  yAxis 
)
static

Gets the plot selection using the specified x axis

Parameters
xAxisThe axis
yAxisThe axis
Returns
The ret

Definition at line 2314 of file ImPlot.cs.

◆ GetPlotSize()

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.GetPlotSize ( )
static

Gets the plot size

Returns
The retval

Definition at line 2324 of file ImPlot.cs.

◆ GetStyle()

static ImPlotStylePtr Alis.App.Engine.UI.Extras.Plot.ImPlot.GetStyle ( )
static

Gets the style

Returns
The im plot style ptr

Definition at line 2335 of file ImPlot.cs.

◆ GetStyleColorName()

static string Alis.App.Engine.UI.Extras.Plot.ImPlot.GetStyleColorName ( ImPlotCol  idx)
static

Gets the style color name using the specified idx

Parameters
idxThe idx
Returns
The string

Definition at line 2346 of file ImPlot.cs.

◆ HideNextItem() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.HideNextItem ( )
static

Hides the next item

Definition at line 2355 of file ImPlot.cs.

◆ HideNextItem() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.HideNextItem ( bool  hidden)
static

Hides the next item using the specified hidden

Parameters
hiddenThe hidden

Definition at line 2366 of file ImPlot.cs.

◆ HideNextItem() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.HideNextItem ( bool  hidden,
ImPlotCond  cond 
)
static

Hides the next item using the specified hidden

Parameters
hiddenThe hidden
condThe cond

Definition at line 2378 of file ImPlot.cs.

◆ IsAxisHovered()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.IsAxisHovered ( ImAxis  axis)
static

Describes whether is axis hovered

Parameters
axisThe axis
Returns
The bool

Definition at line 2389 of file ImPlot.cs.

◆ IsLegendEntryHovered()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.IsLegendEntryHovered ( string  labelId)
static

Describes whether is legend entry hovered

Parameters
labelIdThe label id
Returns
The bool

Definition at line 2400 of file ImPlot.cs.

◆ IsPlotHovered()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.IsPlotHovered ( )
static

Describes whether is plot hovered

Returns
The bool

Definition at line 2438 of file ImPlot.cs.

◆ IsPlotSelected()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.IsPlotSelected ( )
static

Describes whether is plot selected

Returns
The bool

Definition at line 2448 of file ImPlot.cs.

◆ IsSubplotsHovered()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.IsSubplotsHovered ( )
static

Describes whether is subplots hovered

Returns
The bool

Definition at line 2458 of file ImPlot.cs.

◆ ItemIcon() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ItemIcon ( Vector4  col)
static

Items the icon using the specified col

Parameters
colThe col

Definition at line 2468 of file ImPlot.cs.

◆ ItemIcon() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ItemIcon ( uint  col)
static

Items the icon using the specified col

Parameters
colThe col

Definition at line 2477 of file ImPlot.cs.

◆ MapInputDefault() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.MapInputDefault ( )
static

Maps the input default

Definition at line 2485 of file ImPlot.cs.

◆ MapInputDefault() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.MapInputDefault ( ImPlotInputMapPtr  dst)
static

Maps the input default using the specified dst

Parameters
dstThe dst

Definition at line 2495 of file ImPlot.cs.

◆ MapInputReverse() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.MapInputReverse ( )
static

Maps the input reverse

Definition at line 2504 of file ImPlot.cs.

◆ MapInputReverse() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.MapInputReverse ( ImPlotInputMapPtr  dst)
static

Maps the input reverse using the specified dst

Parameters
dstThe dst

Definition at line 2514 of file ImPlot.cs.

◆ NextColormapColor()

static Vector4 Alis.App.Engine.UI.Extras.Plot.ImPlot.NextColormapColor ( )
static

Nexts the colormap color

Returns
The retval

Definition at line 2524 of file ImPlot.cs.

◆ PixelsToPlot() [1/6]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.PixelsToPlot ( Vector2  pix)
static

Pixelses the to plot using the specified pix

Parameters
pixThe pix
Returns
The retval

Definition at line 2536 of file ImPlot.cs.

◆ PixelsToPlot() [2/6]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.PixelsToPlot ( Vector2  pix,
ImAxis  xAxis 
)
static

Pixelses the to plot using the specified pix

Parameters
pixThe pix
xAxisThe axis
Returns
The retval

Definition at line 2551 of file ImPlot.cs.

◆ PixelsToPlot() [3/6]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.PixelsToPlot ( Vector2  pix,
ImAxis  xAxis,
ImAxis  yAxis 
)
static

Pixelses the to plot using the specified pix

Parameters
pixThe pix
xAxisThe axis
yAxisThe axis
Returns
The retval

Definition at line 2566 of file ImPlot.cs.

◆ PixelsToPlot() [4/6]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.PixelsToPlot ( float  x,
float  y 
)
static

Pixelses the to plot using the specified x

Parameters
xThe
yThe
Returns
The retval

Definition at line 2579 of file ImPlot.cs.

◆ PixelsToPlot() [5/6]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.PixelsToPlot ( float  x,
float  y,
ImAxis  xAxis 
)
static

Pixelses the to plot using the specified x

Parameters
xThe
yThe
xAxisThe axis
Returns
The retval

Definition at line 2595 of file ImPlot.cs.

◆ PixelsToPlot() [6/6]

static ImPlotPoint Alis.App.Engine.UI.Extras.Plot.ImPlot.PixelsToPlot ( float  x,
float  y,
ImAxis  xAxis,
ImAxis  yAxis 
)
static

Pixelses the to plot using the specified x

Parameters
xThe
yThe
xAxisThe axis
yAxisThe axis
Returns
The retval

Definition at line 2611 of file ImPlot.cs.

◆ PlotBarGroups() [1/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref float  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 2625 of file ImPlot.cs.

◆ PlotBarGroups() [2/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref float  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 2674 of file ImPlot.cs.

◆ PlotBarGroups() [3/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref float  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 2723 of file ImPlot.cs.

◆ PlotBarGroups() [4/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref float  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 2772 of file ImPlot.cs.

◆ PlotBarGroups() [5/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref double  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 2817 of file ImPlot.cs.

◆ PlotBarGroups() [6/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref double  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 2866 of file ImPlot.cs.

◆ PlotBarGroups() [7/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref double  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 2915 of file ImPlot.cs.

◆ PlotBarGroups() [8/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref double  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 2964 of file ImPlot.cs.

◆ PlotBarGroups() [9/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref sbyte  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 3009 of file ImPlot.cs.

◆ PlotBarGroups() [10/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref sbyte  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 3058 of file ImPlot.cs.

◆ PlotBarGroups() [11/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref sbyte  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 3107 of file ImPlot.cs.

◆ PlotBarGroups() [12/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref sbyte  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 3156 of file ImPlot.cs.

◆ PlotBarGroups() [13/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref byte  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 3201 of file ImPlot.cs.

◆ PlotBarGroups() [14/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref byte  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 3250 of file ImPlot.cs.

◆ PlotBarGroups() [15/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref byte  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 3299 of file ImPlot.cs.

◆ PlotBarGroups() [16/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref byte  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 3348 of file ImPlot.cs.

◆ PlotBarGroups() [17/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref short  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 3393 of file ImPlot.cs.

◆ PlotBarGroups() [18/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref short  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 3442 of file ImPlot.cs.

◆ PlotBarGroups() [19/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref short  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 3491 of file ImPlot.cs.

◆ PlotBarGroups() [20/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref short  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 3540 of file ImPlot.cs.

◆ PlotBarGroups() [21/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ushort  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 3585 of file ImPlot.cs.

◆ PlotBarGroups() [22/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ushort  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 3634 of file ImPlot.cs.

◆ PlotBarGroups() [23/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ushort  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 3683 of file ImPlot.cs.

◆ PlotBarGroups() [24/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ushort  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 3732 of file ImPlot.cs.

◆ PlotBarGroups() [25/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref int  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 3777 of file ImPlot.cs.

◆ PlotBarGroups() [26/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref int  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 3826 of file ImPlot.cs.

◆ PlotBarGroups() [27/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref int  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 3875 of file ImPlot.cs.

◆ PlotBarGroups() [28/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref int  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 3924 of file ImPlot.cs.

◆ PlotBarGroups() [29/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref uint  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 3969 of file ImPlot.cs.

◆ PlotBarGroups() [30/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref uint  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 4018 of file ImPlot.cs.

◆ PlotBarGroups() [31/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref uint  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 4067 of file ImPlot.cs.

◆ PlotBarGroups() [32/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref uint  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 4116 of file ImPlot.cs.

◆ PlotBarGroups() [33/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref long  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 4161 of file ImPlot.cs.

◆ PlotBarGroups() [34/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref long  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 4210 of file ImPlot.cs.

◆ PlotBarGroups() [35/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref long  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 4259 of file ImPlot.cs.

◆ PlotBarGroups() [36/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref long  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 4308 of file ImPlot.cs.

◆ PlotBarGroups() [37/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ulong  values,
int  itemCount,
int  groupCount 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count

Definition at line 4353 of file ImPlot.cs.

◆ PlotBarGroups() [38/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ulong  values,
int  itemCount,
int  groupCount,
double  groupSize 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size

Definition at line 4402 of file ImPlot.cs.

◆ PlotBarGroups() [39/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ulong  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift

Definition at line 4451 of file ImPlot.cs.

◆ PlotBarGroups() [40/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarGroups ( string[]  labelIds,
ref ulong  values,
int  itemCount,
int  groupCount,
double  groupSize,
double  shift,
ImPlotBarGroupsFlags  flags 
)
static

Plots the bar groups using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
itemCountThe item count
groupCountThe group count
groupSizeThe group size
shiftThe shift
flagsThe flags

Definition at line 4500 of file ImPlot.cs.

◆ PlotBars() [1/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 4544 of file ImPlot.cs.

◆ PlotBars() [2/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 4591 of file ImPlot.cs.

◆ PlotBars() [3/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 4638 of file ImPlot.cs.

◆ PlotBars() [4/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 4685 of file ImPlot.cs.

◆ PlotBars() [5/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 4732 of file ImPlot.cs.

◆ PlotBars() [6/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 4779 of file ImPlot.cs.

◆ PlotBars() [7/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 4820 of file ImPlot.cs.

◆ PlotBars() [8/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 4867 of file ImPlot.cs.

◆ PlotBars() [9/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 4914 of file ImPlot.cs.

◆ PlotBars() [10/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 4961 of file ImPlot.cs.

◆ PlotBars() [11/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 5008 of file ImPlot.cs.

◆ PlotBars() [12/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 5055 of file ImPlot.cs.

◆ PlotBars() [13/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 5096 of file ImPlot.cs.

◆ PlotBars() [14/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 5143 of file ImPlot.cs.

◆ PlotBars() [15/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 5190 of file ImPlot.cs.

◆ PlotBars() [16/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 5237 of file ImPlot.cs.

◆ PlotBars() [17/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 5284 of file ImPlot.cs.

◆ PlotBars() [18/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 5331 of file ImPlot.cs.

◆ PlotBars() [19/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 5372 of file ImPlot.cs.

◆ PlotBars() [20/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 5419 of file ImPlot.cs.

◆ PlotBars() [21/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 5466 of file ImPlot.cs.

◆ PlotBars() [22/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 5513 of file ImPlot.cs.

◆ PlotBars() [23/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 5560 of file ImPlot.cs.

◆ PlotBars() [24/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 5607 of file ImPlot.cs.

◆ PlotBars() [25/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 5648 of file ImPlot.cs.

◆ PlotBars() [26/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 5695 of file ImPlot.cs.

◆ PlotBars() [27/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 5742 of file ImPlot.cs.

◆ PlotBars() [28/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 5789 of file ImPlot.cs.

◆ PlotBars() [29/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 5836 of file ImPlot.cs.

◆ PlotBars() [30/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 5883 of file ImPlot.cs.

◆ PlotBars() [31/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 5924 of file ImPlot.cs.

◆ PlotBars() [32/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 5971 of file ImPlot.cs.

◆ PlotBars() [33/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 6018 of file ImPlot.cs.

◆ PlotBars() [34/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 6065 of file ImPlot.cs.

◆ PlotBars() [35/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 6112 of file ImPlot.cs.

◆ PlotBars() [36/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 6159 of file ImPlot.cs.

◆ PlotBars() [37/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 6200 of file ImPlot.cs.

◆ PlotBars() [38/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 6247 of file ImPlot.cs.

◆ PlotBars() [39/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 6294 of file ImPlot.cs.

◆ PlotBars() [40/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 6341 of file ImPlot.cs.

◆ PlotBars() [41/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 6388 of file ImPlot.cs.

◆ PlotBars() [42/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 6435 of file ImPlot.cs.

◆ PlotBars() [43/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 6476 of file ImPlot.cs.

◆ PlotBars() [44/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 6523 of file ImPlot.cs.

◆ PlotBars() [45/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 6570 of file ImPlot.cs.

◆ PlotBars() [46/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 6617 of file ImPlot.cs.

◆ PlotBars() [47/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 6664 of file ImPlot.cs.

◆ PlotBars() [48/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 6711 of file ImPlot.cs.

◆ PlotBars() [49/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 6752 of file ImPlot.cs.

◆ PlotBars() [50/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 6799 of file ImPlot.cs.

◆ PlotBars() [51/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 6846 of file ImPlot.cs.

◆ PlotBars() [52/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 6893 of file ImPlot.cs.

◆ PlotBars() [53/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 6940 of file ImPlot.cs.

◆ PlotBars() [54/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 6987 of file ImPlot.cs.

◆ PlotBars() [55/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 7028 of file ImPlot.cs.

◆ PlotBars() [56/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  values,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size

Definition at line 7075 of file ImPlot.cs.

◆ PlotBars() [57/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  values,
int  count,
double  barSize,
double  shift 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift

Definition at line 7122 of file ImPlot.cs.

◆ PlotBars() [58/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags

Definition at line 7169 of file ImPlot.cs.

◆ PlotBars() [59/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset

Definition at line 7216 of file ImPlot.cs.

◆ PlotBars() [60/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  values,
int  count,
double  barSize,
double  shift,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
barSizeThe bar size
shiftThe shift
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 7263 of file ImPlot.cs.

◆ PlotBars() [61/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 7306 of file ImPlot.cs.

◆ PlotBars() [62/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 7356 of file ImPlot.cs.

◆ PlotBars() [63/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 7406 of file ImPlot.cs.

◆ PlotBars() [64/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 7456 of file ImPlot.cs.

◆ PlotBars() [65/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 7502 of file ImPlot.cs.

◆ PlotBars() [66/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 7552 of file ImPlot.cs.

◆ PlotBars() [67/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 7602 of file ImPlot.cs.

◆ PlotBars() [68/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 7652 of file ImPlot.cs.

◆ PlotBars() [69/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 7698 of file ImPlot.cs.

◆ PlotBars() [70/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 7748 of file ImPlot.cs.

◆ PlotBars() [71/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 7798 of file ImPlot.cs.

◆ PlotBars() [72/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 7848 of file ImPlot.cs.

◆ PlotBars() [73/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 7894 of file ImPlot.cs.

◆ PlotBars() [74/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 7944 of file ImPlot.cs.

◆ PlotBars() [75/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 7994 of file ImPlot.cs.

◆ PlotBars() [76/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 8044 of file ImPlot.cs.

◆ PlotBars() [77/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 8090 of file ImPlot.cs.

◆ PlotBars() [78/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 8140 of file ImPlot.cs.

◆ PlotBars() [79/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 8190 of file ImPlot.cs.

◆ PlotBars() [80/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 8240 of file ImPlot.cs.

◆ PlotBars() [81/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 8286 of file ImPlot.cs.

◆ PlotBars() [82/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 8336 of file ImPlot.cs.

◆ PlotBars() [83/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 8386 of file ImPlot.cs.

◆ PlotBars() [84/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 8436 of file ImPlot.cs.

◆ PlotBars() [85/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 8482 of file ImPlot.cs.

◆ PlotBars() [86/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 8532 of file ImPlot.cs.

◆ PlotBars() [87/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 8582 of file ImPlot.cs.

◆ PlotBars() [88/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 8632 of file ImPlot.cs.

◆ PlotBars() [89/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 8678 of file ImPlot.cs.

◆ PlotBars() [90/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 8728 of file ImPlot.cs.

◆ PlotBars() [91/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 8778 of file ImPlot.cs.

◆ PlotBars() [92/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 8828 of file ImPlot.cs.

◆ PlotBars() [93/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 8874 of file ImPlot.cs.

◆ PlotBars() [94/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 8924 of file ImPlot.cs.

◆ PlotBars() [95/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 8974 of file ImPlot.cs.

◆ PlotBars() [96/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 9024 of file ImPlot.cs.

◆ PlotBars() [97/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  barSize 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size

Definition at line 9070 of file ImPlot.cs.

◆ PlotBars() [98/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 9120 of file ImPlot.cs.

◆ PlotBars() [99/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset

Definition at line 9170 of file ImPlot.cs.

◆ PlotBars() [100/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  barSize,
ImPlotBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
barSizeThe bar size
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 9220 of file ImPlot.cs.

◆ PlotBarsG() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarsG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count,
double  barSize 
)
static

Plots the bars g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count
barSizeThe bar size

Definition at line 9266 of file ImPlot.cs.

◆ PlotBarsG() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotBarsG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count,
double  barSize,
ImPlotBarsFlags  flags 
)
static

Plots the bars g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count
barSizeThe bar size
flagsThe flags

Definition at line 9309 of file ImPlot.cs.

◆ PlotDigital() [1/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 9349 of file ImPlot.cs.

◆ PlotDigital() [2/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 9398 of file ImPlot.cs.

◆ PlotDigital() [3/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 9447 of file ImPlot.cs.

◆ PlotDigital() [4/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 9496 of file ImPlot.cs.

◆ PlotDigital() [5/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 9541 of file ImPlot.cs.

◆ PlotDigital() [6/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 9590 of file ImPlot.cs.

◆ PlotDigital() [7/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 9639 of file ImPlot.cs.

◆ PlotDigital() [8/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 9688 of file ImPlot.cs.

◆ PlotDigital() [9/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 9733 of file ImPlot.cs.

◆ PlotDigital() [10/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 9782 of file ImPlot.cs.

◆ PlotDigital() [11/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 9831 of file ImPlot.cs.

◆ PlotDigital() [12/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 9880 of file ImPlot.cs.

◆ PlotDigital() [13/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 9925 of file ImPlot.cs.

◆ PlotDigital() [14/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 9974 of file ImPlot.cs.

◆ PlotDigital() [15/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 10023 of file ImPlot.cs.

◆ PlotDigital() [16/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 10072 of file ImPlot.cs.

◆ PlotDigital() [17/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 10117 of file ImPlot.cs.

◆ PlotDigital() [18/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 10166 of file ImPlot.cs.

◆ PlotDigital() [19/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 10215 of file ImPlot.cs.

◆ PlotDigital() [20/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 10264 of file ImPlot.cs.

◆ PlotDigital() [21/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 10309 of file ImPlot.cs.

◆ PlotDigital() [22/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 10358 of file ImPlot.cs.

◆ PlotDigital() [23/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 10407 of file ImPlot.cs.

◆ PlotDigital() [24/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 10456 of file ImPlot.cs.

◆ PlotDigital() [25/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 10501 of file ImPlot.cs.

◆ PlotDigital() [26/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 10550 of file ImPlot.cs.

◆ PlotDigital() [27/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 10599 of file ImPlot.cs.

◆ PlotDigital() [28/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 10648 of file ImPlot.cs.

◆ PlotDigital() [29/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 10693 of file ImPlot.cs.

◆ PlotDigital() [30/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 10742 of file ImPlot.cs.

◆ PlotDigital() [31/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 10791 of file ImPlot.cs.

◆ PlotDigital() [32/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 10840 of file ImPlot.cs.

◆ PlotDigital() [33/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 10885 of file ImPlot.cs.

◆ PlotDigital() [34/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 10934 of file ImPlot.cs.

◆ PlotDigital() [35/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 10983 of file ImPlot.cs.

◆ PlotDigital() [36/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 11032 of file ImPlot.cs.

◆ PlotDigital() [37/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 11077 of file ImPlot.cs.

◆ PlotDigital() [38/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 11126 of file ImPlot.cs.

◆ PlotDigital() [39/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 11175 of file ImPlot.cs.

◆ PlotDigital() [40/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigital ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotDigitalFlags  flags,
int  offset,
int  stride 
)
static

Plots the digital using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 11224 of file ImPlot.cs.

◆ PlotDigitalG() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigitalG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count 
)
static

Plots the digital g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count

Definition at line 11269 of file ImPlot.cs.

◆ PlotDigitalG() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDigitalG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count,
ImPlotDigitalFlags  flags 
)
static

Plots the digital g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count
flagsThe flags

Definition at line 11311 of file ImPlot.cs.

◆ PlotDummy() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDummy ( string  labelId)
static

Plots the dummy using the specified label id

Parameters
labelIdThe label id

Definition at line 11348 of file ImPlot.cs.

◆ PlotDummy() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotDummy ( string  labelId,
ImPlotDummyFlags  flags 
)
static

Plots the dummy using the specified label id

Parameters
labelIdThe label id
flagsThe flags

Definition at line 11386 of file ImPlot.cs.

◆ PlotErrorBars() [1/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 11426 of file ImPlot.cs.

◆ PlotErrorBars() [2/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 11479 of file ImPlot.cs.

◆ PlotErrorBars() [3/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 11532 of file ImPlot.cs.

◆ PlotErrorBars() [4/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 11585 of file ImPlot.cs.

◆ PlotErrorBars() [5/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 11634 of file ImPlot.cs.

◆ PlotErrorBars() [6/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 11687 of file ImPlot.cs.

◆ PlotErrorBars() [7/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 11740 of file ImPlot.cs.

◆ PlotErrorBars() [8/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 11793 of file ImPlot.cs.

◆ PlotErrorBars() [9/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 11842 of file ImPlot.cs.

◆ PlotErrorBars() [10/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 11895 of file ImPlot.cs.

◆ PlotErrorBars() [11/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 11948 of file ImPlot.cs.

◆ PlotErrorBars() [12/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 12001 of file ImPlot.cs.

◆ PlotErrorBars() [13/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 12050 of file ImPlot.cs.

◆ PlotErrorBars() [14/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 12103 of file ImPlot.cs.

◆ PlotErrorBars() [15/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 12156 of file ImPlot.cs.

◆ PlotErrorBars() [16/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 12209 of file ImPlot.cs.

◆ PlotErrorBars() [17/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 12258 of file ImPlot.cs.

◆ PlotErrorBars() [18/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 12311 of file ImPlot.cs.

◆ PlotErrorBars() [19/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 12364 of file ImPlot.cs.

◆ PlotErrorBars() [20/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 12417 of file ImPlot.cs.

◆ PlotErrorBars() [21/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 12466 of file ImPlot.cs.

◆ PlotErrorBars() [22/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 12519 of file ImPlot.cs.

◆ PlotErrorBars() [23/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 12572 of file ImPlot.cs.

◆ PlotErrorBars() [24/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 12625 of file ImPlot.cs.

◆ PlotErrorBars() [25/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 12674 of file ImPlot.cs.

◆ PlotErrorBars() [26/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 12727 of file ImPlot.cs.

◆ PlotErrorBars() [27/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 12780 of file ImPlot.cs.

◆ PlotErrorBars() [28/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 12833 of file ImPlot.cs.

◆ PlotErrorBars() [29/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 12882 of file ImPlot.cs.

◆ PlotErrorBars() [30/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 12935 of file ImPlot.cs.

◆ PlotErrorBars() [31/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 12988 of file ImPlot.cs.

◆ PlotErrorBars() [32/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 13041 of file ImPlot.cs.

◆ PlotErrorBars() [33/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 13090 of file ImPlot.cs.

◆ PlotErrorBars() [34/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 13143 of file ImPlot.cs.

◆ PlotErrorBars() [35/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 13196 of file ImPlot.cs.

◆ PlotErrorBars() [36/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 13249 of file ImPlot.cs.

◆ PlotErrorBars() [37/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  err,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count

Definition at line 13298 of file ImPlot.cs.

◆ PlotErrorBars() [38/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  err,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags

Definition at line 13351 of file ImPlot.cs.

◆ PlotErrorBars() [39/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset

Definition at line 13404 of file ImPlot.cs.

◆ PlotErrorBars() [40/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  err,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
errThe err
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 13457 of file ImPlot.cs.

◆ PlotErrorBars() [41/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  neg,
ref float  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 13507 of file ImPlot.cs.

◆ PlotErrorBars() [42/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  neg,
ref float  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 13564 of file ImPlot.cs.

◆ PlotErrorBars() [43/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  neg,
ref float  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 13621 of file ImPlot.cs.

◆ PlotErrorBars() [44/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref float  xs,
ref float  ys,
ref float  neg,
ref float  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 13678 of file ImPlot.cs.

◆ PlotErrorBars() [45/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  neg,
ref double  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 13731 of file ImPlot.cs.

◆ PlotErrorBars() [46/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  neg,
ref double  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 13788 of file ImPlot.cs.

◆ PlotErrorBars() [47/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  neg,
ref double  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 13845 of file ImPlot.cs.

◆ PlotErrorBars() [48/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref double  xs,
ref double  ys,
ref double  neg,
ref double  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 13902 of file ImPlot.cs.

◆ PlotErrorBars() [49/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  neg,
ref sbyte  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 13955 of file ImPlot.cs.

◆ PlotErrorBars() [50/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  neg,
ref sbyte  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 14012 of file ImPlot.cs.

◆ PlotErrorBars() [51/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  neg,
ref sbyte  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 14069 of file ImPlot.cs.

◆ PlotErrorBars() [52/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
ref sbyte  neg,
ref sbyte  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 14126 of file ImPlot.cs.

◆ PlotErrorBars() [53/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  neg,
ref byte  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 14179 of file ImPlot.cs.

◆ PlotErrorBars() [54/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  neg,
ref byte  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 14236 of file ImPlot.cs.

◆ PlotErrorBars() [55/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  neg,
ref byte  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 14293 of file ImPlot.cs.

◆ PlotErrorBars() [56/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref byte  xs,
ref byte  ys,
ref byte  neg,
ref byte  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 14350 of file ImPlot.cs.

◆ PlotErrorBars() [57/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  neg,
ref short  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 14403 of file ImPlot.cs.

◆ PlotErrorBars() [58/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  neg,
ref short  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 14460 of file ImPlot.cs.

◆ PlotErrorBars() [59/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  neg,
ref short  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 14517 of file ImPlot.cs.

◆ PlotErrorBars() [60/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref short  xs,
ref short  ys,
ref short  neg,
ref short  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 14574 of file ImPlot.cs.

◆ PlotErrorBars() [61/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  neg,
ref ushort  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 14627 of file ImPlot.cs.

◆ PlotErrorBars() [62/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  neg,
ref ushort  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 14684 of file ImPlot.cs.

◆ PlotErrorBars() [63/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  neg,
ref ushort  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 14741 of file ImPlot.cs.

◆ PlotErrorBars() [64/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ushort  xs,
ref ushort  ys,
ref ushort  neg,
ref ushort  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 14798 of file ImPlot.cs.

◆ PlotErrorBars() [65/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  neg,
ref int  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 14851 of file ImPlot.cs.

◆ PlotErrorBars() [66/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  neg,
ref int  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 14908 of file ImPlot.cs.

◆ PlotErrorBars() [67/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  neg,
ref int  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 14965 of file ImPlot.cs.

◆ PlotErrorBars() [68/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref int  xs,
ref int  ys,
ref int  neg,
ref int  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 15022 of file ImPlot.cs.

◆ PlotErrorBars() [69/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  neg,
ref uint  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 15075 of file ImPlot.cs.

◆ PlotErrorBars() [70/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  neg,
ref uint  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 15132 of file ImPlot.cs.

◆ PlotErrorBars() [71/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  neg,
ref uint  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 15189 of file ImPlot.cs.

◆ PlotErrorBars() [72/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref uint  xs,
ref uint  ys,
ref uint  neg,
ref uint  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 15246 of file ImPlot.cs.

◆ PlotErrorBars() [73/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  neg,
ref long  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 15299 of file ImPlot.cs.

◆ PlotErrorBars() [74/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  neg,
ref long  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 15356 of file ImPlot.cs.

◆ PlotErrorBars() [75/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  neg,
ref long  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 15413 of file ImPlot.cs.

◆ PlotErrorBars() [76/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref long  xs,
ref long  ys,
ref long  neg,
ref long  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 15470 of file ImPlot.cs.

◆ PlotErrorBars() [77/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  neg,
ref ulong  pos,
int  count 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count

Definition at line 15523 of file ImPlot.cs.

◆ PlotErrorBars() [78/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  neg,
ref ulong  pos,
int  count,
ImPlotErrorBarsFlags  flags 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags

Definition at line 15580 of file ImPlot.cs.

◆ PlotErrorBars() [79/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  neg,
ref ulong  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset

Definition at line 15637 of file ImPlot.cs.

◆ PlotErrorBars() [80/80]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotErrorBars ( string  labelId,
ref ulong  xs,
ref ulong  ys,
ref ulong  neg,
ref ulong  pos,
int  count,
ImPlotErrorBarsFlags  flags,
int  offset,
int  stride 
)
static

Plots the error bars using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
negThe neg
posThe pos
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 15694 of file ImPlot.cs.

◆ PlotHeatmap() [1/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 15745 of file ImPlot.cs.

◆ PlotHeatmap() [2/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 15813 of file ImPlot.cs.

◆ PlotHeatmap() [3/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 15881 of file ImPlot.cs.

◆ PlotHeatmap() [4/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 15949 of file ImPlot.cs.

◆ PlotHeatmap() [5/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 16026 of file ImPlot.cs.

◆ PlotHeatmap() [6/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 16103 of file ImPlot.cs.

◆ PlotHeatmap() [7/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref float  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 16180 of file ImPlot.cs.

◆ PlotHeatmap() [8/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 16250 of file ImPlot.cs.

◆ PlotHeatmap() [9/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 16318 of file ImPlot.cs.

◆ PlotHeatmap() [10/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 16386 of file ImPlot.cs.

◆ PlotHeatmap() [11/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 16454 of file ImPlot.cs.

◆ PlotHeatmap() [12/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 16531 of file ImPlot.cs.

◆ PlotHeatmap() [13/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 16608 of file ImPlot.cs.

◆ PlotHeatmap() [14/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref double  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 16685 of file ImPlot.cs.

◆ PlotHeatmap() [15/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 16755 of file ImPlot.cs.

◆ PlotHeatmap() [16/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 16823 of file ImPlot.cs.

◆ PlotHeatmap() [17/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 16891 of file ImPlot.cs.

◆ PlotHeatmap() [18/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 16959 of file ImPlot.cs.

◆ PlotHeatmap() [19/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 17036 of file ImPlot.cs.

◆ PlotHeatmap() [20/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 17113 of file ImPlot.cs.

◆ PlotHeatmap() [21/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref sbyte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 17190 of file ImPlot.cs.

◆ PlotHeatmap() [22/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 17260 of file ImPlot.cs.

◆ PlotHeatmap() [23/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 17328 of file ImPlot.cs.

◆ PlotHeatmap() [24/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 17396 of file ImPlot.cs.

◆ PlotHeatmap() [25/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 17464 of file ImPlot.cs.

◆ PlotHeatmap() [26/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 17541 of file ImPlot.cs.

◆ PlotHeatmap() [27/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 17618 of file ImPlot.cs.

◆ PlotHeatmap() [28/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref byte  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 17695 of file ImPlot.cs.

◆ PlotHeatmap() [29/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 17765 of file ImPlot.cs.

◆ PlotHeatmap() [30/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 17833 of file ImPlot.cs.

◆ PlotHeatmap() [31/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 17901 of file ImPlot.cs.

◆ PlotHeatmap() [32/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 17969 of file ImPlot.cs.

◆ PlotHeatmap() [33/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 18046 of file ImPlot.cs.

◆ PlotHeatmap() [34/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 18123 of file ImPlot.cs.

◆ PlotHeatmap() [35/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref short  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 18200 of file ImPlot.cs.

◆ PlotHeatmap() [36/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 18270 of file ImPlot.cs.

◆ PlotHeatmap() [37/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 18338 of file ImPlot.cs.

◆ PlotHeatmap() [38/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 18406 of file ImPlot.cs.

◆ PlotHeatmap() [39/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 18474 of file ImPlot.cs.

◆ PlotHeatmap() [40/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 18551 of file ImPlot.cs.

◆ PlotHeatmap() [41/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 18628 of file ImPlot.cs.

◆ PlotHeatmap() [42/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ushort  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 18705 of file ImPlot.cs.

◆ PlotHeatmap() [43/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 18775 of file ImPlot.cs.

◆ PlotHeatmap() [44/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 18843 of file ImPlot.cs.

◆ PlotHeatmap() [45/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 18911 of file ImPlot.cs.

◆ PlotHeatmap() [46/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 18979 of file ImPlot.cs.

◆ PlotHeatmap() [47/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 19056 of file ImPlot.cs.

◆ PlotHeatmap() [48/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 19133 of file ImPlot.cs.

◆ PlotHeatmap() [49/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref int  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 19210 of file ImPlot.cs.

◆ PlotHeatmap() [50/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 19280 of file ImPlot.cs.

◆ PlotHeatmap() [51/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 19348 of file ImPlot.cs.

◆ PlotHeatmap() [52/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 19416 of file ImPlot.cs.

◆ PlotHeatmap() [53/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 19484 of file ImPlot.cs.

◆ PlotHeatmap() [54/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 19561 of file ImPlot.cs.

◆ PlotHeatmap() [55/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 19638 of file ImPlot.cs.

◆ PlotHeatmap() [56/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref uint  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 19715 of file ImPlot.cs.

◆ PlotHeatmap() [57/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 19785 of file ImPlot.cs.

◆ PlotHeatmap() [58/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 19853 of file ImPlot.cs.

◆ PlotHeatmap() [59/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 19921 of file ImPlot.cs.

◆ PlotHeatmap() [60/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 19989 of file ImPlot.cs.

◆ PlotHeatmap() [61/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 20066 of file ImPlot.cs.

◆ PlotHeatmap() [62/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 20143 of file ImPlot.cs.

◆ PlotHeatmap() [63/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref long  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 20220 of file ImPlot.cs.

◆ PlotHeatmap() [64/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols

Definition at line 20290 of file ImPlot.cs.

◆ PlotHeatmap() [65/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols,
double  scaleMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min

Definition at line 20358 of file ImPlot.cs.

◆ PlotHeatmap() [66/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max

Definition at line 20426 of file ImPlot.cs.

◆ PlotHeatmap() [67/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt

Definition at line 20494 of file ImPlot.cs.

◆ PlotHeatmap() [68/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min

Definition at line 20571 of file ImPlot.cs.

◆ PlotHeatmap() [69/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 20648 of file ImPlot.cs.

◆ PlotHeatmap() [70/70]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHeatmap ( string  labelId,
ref ulong  values,
int  rows,
int  cols,
double  scaleMin,
double  scaleMax,
string  labelFmt,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
ImPlotHeatmapFlags  flags 
)
static

Plots the heatmap using the specified label id

Parameters
labelIdThe label id
valuesThe values
rowsThe rows
colsThe cols
scaleMinThe scale min
scaleMaxThe scale max
labelFmtThe label fmt
boundsMinThe bounds min
boundsMaxThe bounds max
flagsThe flags

Definition at line 20725 of file ImPlot.cs.

◆ PlotHistogram() [1/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref float  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 20795 of file ImPlot.cs.

◆ PlotHistogram() [2/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref float  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 20844 of file ImPlot.cs.

◆ PlotHistogram() [3/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref float  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 20893 of file ImPlot.cs.

◆ PlotHistogram() [4/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref float  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 20942 of file ImPlot.cs.

◆ PlotHistogram() [5/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref float  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 20991 of file ImPlot.cs.

◆ PlotHistogram() [6/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref double  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 21035 of file ImPlot.cs.

◆ PlotHistogram() [7/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref double  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 21084 of file ImPlot.cs.

◆ PlotHistogram() [8/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref double  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 21133 of file ImPlot.cs.

◆ PlotHistogram() [9/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref double  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 21182 of file ImPlot.cs.

◆ PlotHistogram() [10/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref double  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 21231 of file ImPlot.cs.

◆ PlotHistogram() [11/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 21275 of file ImPlot.cs.

◆ PlotHistogram() [12/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref sbyte  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 21324 of file ImPlot.cs.

◆ PlotHistogram() [13/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref sbyte  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 21373 of file ImPlot.cs.

◆ PlotHistogram() [14/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref sbyte  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 21422 of file ImPlot.cs.

◆ PlotHistogram() [15/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref sbyte  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 21471 of file ImPlot.cs.

◆ PlotHistogram() [16/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 21515 of file ImPlot.cs.

◆ PlotHistogram() [17/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref byte  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 21564 of file ImPlot.cs.

◆ PlotHistogram() [18/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref byte  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 21613 of file ImPlot.cs.

◆ PlotHistogram() [19/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref byte  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 21662 of file ImPlot.cs.

◆ PlotHistogram() [20/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref byte  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 21711 of file ImPlot.cs.

◆ PlotHistogram() [21/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref short  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 21755 of file ImPlot.cs.

◆ PlotHistogram() [22/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref short  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 21804 of file ImPlot.cs.

◆ PlotHistogram() [23/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref short  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 21853 of file ImPlot.cs.

◆ PlotHistogram() [24/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref short  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 21902 of file ImPlot.cs.

◆ PlotHistogram() [25/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref short  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 21951 of file ImPlot.cs.

◆ PlotHistogram() [26/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 21995 of file ImPlot.cs.

◆ PlotHistogram() [27/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ushort  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 22044 of file ImPlot.cs.

◆ PlotHistogram() [28/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ushort  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 22093 of file ImPlot.cs.

◆ PlotHistogram() [29/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ushort  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 22142 of file ImPlot.cs.

◆ PlotHistogram() [30/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ushort  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 22191 of file ImPlot.cs.

◆ PlotHistogram() [31/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref int  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 22235 of file ImPlot.cs.

◆ PlotHistogram() [32/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref int  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 22284 of file ImPlot.cs.

◆ PlotHistogram() [33/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref int  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 22333 of file ImPlot.cs.

◆ PlotHistogram() [34/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref int  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 22382 of file ImPlot.cs.

◆ PlotHistogram() [35/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref int  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 22431 of file ImPlot.cs.

◆ PlotHistogram() [36/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 22475 of file ImPlot.cs.

◆ PlotHistogram() [37/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref uint  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 22524 of file ImPlot.cs.

◆ PlotHistogram() [38/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref uint  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 22573 of file ImPlot.cs.

◆ PlotHistogram() [39/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref uint  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 22622 of file ImPlot.cs.

◆ PlotHistogram() [40/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref uint  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 22671 of file ImPlot.cs.

◆ PlotHistogram() [41/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref long  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 22715 of file ImPlot.cs.

◆ PlotHistogram() [42/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref long  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 22764 of file ImPlot.cs.

◆ PlotHistogram() [43/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref long  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 22813 of file ImPlot.cs.

◆ PlotHistogram() [44/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref long  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 22862 of file ImPlot.cs.

◆ PlotHistogram() [45/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref long  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 22911 of file ImPlot.cs.

◆ PlotHistogram() [46/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
Returns
The double

Definition at line 22955 of file ImPlot.cs.

◆ PlotHistogram() [47/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ulong  values,
int  count,
int  bins 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
Returns
The double

Definition at line 23004 of file ImPlot.cs.

◆ PlotHistogram() [48/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ulong  values,
int  count,
int  bins,
double  barScale 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
Returns
The double

Definition at line 23053 of file ImPlot.cs.

◆ PlotHistogram() [49/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ulong  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
Returns
The double

Definition at line 23102 of file ImPlot.cs.

◆ PlotHistogram() [50/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram ( string  labelId,
ref ulong  values,
int  count,
int  bins,
double  barScale,
ImPlotRange  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
binsThe bins
barScaleThe bar scale
rangeThe range
flagsThe flags
Returns
The double

Definition at line 23151 of file ImPlot.cs.

◆ PlotHistogram2D() [1/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 23196 of file ImPlot.cs.

◆ PlotHistogram2D() [2/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 23249 of file ImPlot.cs.

◆ PlotHistogram2D() [3/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 23302 of file ImPlot.cs.

◆ PlotHistogram2D() [4/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 23355 of file ImPlot.cs.

◆ PlotHistogram2D() [5/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 23408 of file ImPlot.cs.

◆ PlotHistogram2D() [6/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 23456 of file ImPlot.cs.

◆ PlotHistogram2D() [7/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 23509 of file ImPlot.cs.

◆ PlotHistogram2D() [8/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 23562 of file ImPlot.cs.

◆ PlotHistogram2D() [9/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 23615 of file ImPlot.cs.

◆ PlotHistogram2D() [10/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 23668 of file ImPlot.cs.

◆ PlotHistogram2D() [11/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 23716 of file ImPlot.cs.

◆ PlotHistogram2D() [12/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 23769 of file ImPlot.cs.

◆ PlotHistogram2D() [13/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 23822 of file ImPlot.cs.

◆ PlotHistogram2D() [14/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 23875 of file ImPlot.cs.

◆ PlotHistogram2D() [15/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 23928 of file ImPlot.cs.

◆ PlotHistogram2D() [16/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 23976 of file ImPlot.cs.

◆ PlotHistogram2D() [17/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 24029 of file ImPlot.cs.

◆ PlotHistogram2D() [18/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 24082 of file ImPlot.cs.

◆ PlotHistogram2D() [19/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 24135 of file ImPlot.cs.

◆ PlotHistogram2D() [20/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 24188 of file ImPlot.cs.

◆ PlotHistogram2D() [21/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 24236 of file ImPlot.cs.

◆ PlotHistogram2D() [22/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 24289 of file ImPlot.cs.

◆ PlotHistogram2D() [23/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 24342 of file ImPlot.cs.

◆ PlotHistogram2D() [24/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 24395 of file ImPlot.cs.

◆ PlotHistogram2D() [25/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 24448 of file ImPlot.cs.

◆ PlotHistogram2D() [26/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 24496 of file ImPlot.cs.

◆ PlotHistogram2D() [27/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 24549 of file ImPlot.cs.

◆ PlotHistogram2D() [28/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 24602 of file ImPlot.cs.

◆ PlotHistogram2D() [29/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 24655 of file ImPlot.cs.

◆ PlotHistogram2D() [30/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 24708 of file ImPlot.cs.

◆ PlotHistogram2D() [31/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 24756 of file ImPlot.cs.

◆ PlotHistogram2D() [32/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 24809 of file ImPlot.cs.

◆ PlotHistogram2D() [33/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 24862 of file ImPlot.cs.

◆ PlotHistogram2D() [34/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 24915 of file ImPlot.cs.

◆ PlotHistogram2D() [35/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 24968 of file ImPlot.cs.

◆ PlotHistogram2D() [36/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 25016 of file ImPlot.cs.

◆ PlotHistogram2D() [37/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 25069 of file ImPlot.cs.

◆ PlotHistogram2D() [38/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 25122 of file ImPlot.cs.

◆ PlotHistogram2D() [39/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 25175 of file ImPlot.cs.

◆ PlotHistogram2D() [40/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 25228 of file ImPlot.cs.

◆ PlotHistogram2D() [41/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 25276 of file ImPlot.cs.

◆ PlotHistogram2D() [42/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 25329 of file ImPlot.cs.

◆ PlotHistogram2D() [43/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 25382 of file ImPlot.cs.

◆ PlotHistogram2D() [44/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 25435 of file ImPlot.cs.

◆ PlotHistogram2D() [45/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 25488 of file ImPlot.cs.

◆ PlotHistogram2D() [46/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
Returns
The double

Definition at line 25536 of file ImPlot.cs.

◆ PlotHistogram2D() [47/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
int  xBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
Returns
The double

Definition at line 25589 of file ImPlot.cs.

◆ PlotHistogram2D() [48/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
int  xBins,
int  yBins 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
Returns
The double

Definition at line 25642 of file ImPlot.cs.

◆ PlotHistogram2D() [49/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
Returns
The double

Definition at line 25695 of file ImPlot.cs.

◆ PlotHistogram2D() [50/50]

static double Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotHistogram2D ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
int  xBins,
int  yBins,
ImPlotRect  range,
ImPlotHistogramFlags  flags 
)
static

Plots the histogram 2 d using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
xBinsThe bins
yBinsThe bins
rangeThe range
flagsThe flags
Returns
The double

Definition at line 25748 of file ImPlot.cs.

◆ PlotImage() [1/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotImage ( string  labelId,
IntPtr  userTextureId,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax 
)
static

Plots the image using the specified label id

Parameters
labelIdThe label id
userTextureIdThe user texture id
boundsMinThe bounds min
boundsMaxThe bounds max

Definition at line 25795 of file ImPlot.cs.

◆ PlotImage() [2/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotImage ( string  labelId,
IntPtr  userTextureId,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
Vector2  uv0 
)
static

Plots the image using the specified label id

Parameters
labelIdThe label id
userTextureIdThe user texture id
boundsMinThe bounds min
boundsMaxThe bounds max
uv0The uv

Definition at line 25839 of file ImPlot.cs.

◆ PlotImage() [3/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotImage ( string  labelId,
IntPtr  userTextureId,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
Vector2  uv0,
Vector2  uv1 
)
static

Plots the image using the specified label id

Parameters
labelIdThe label id
userTextureIdThe user texture id
boundsMinThe bounds min
boundsMaxThe bounds max
uv0The uv
uv1The uv

Definition at line 25883 of file ImPlot.cs.

◆ PlotImage() [4/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotImage ( string  labelId,
IntPtr  userTextureId,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
Vector2  uv0,
Vector2  uv1,
Vector4  tintCol 
)
static

Plots the image using the specified label id

Parameters
labelIdThe label id
userTextureIdThe user texture id
boundsMinThe bounds min
boundsMaxThe bounds max
uv0The uv
uv1The uv
tintColThe tint col

Definition at line 25927 of file ImPlot.cs.

◆ PlotImage() [5/5]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotImage ( string  labelId,
IntPtr  userTextureId,
ImPlotPoint  boundsMin,
ImPlotPoint  boundsMax,
Vector2  uv0,
Vector2  uv1,
Vector4  tintCol,
ImPlotImageFlags  flags 
)
static

Plots the image using the specified label id

Parameters
labelIdThe label id
userTextureIdThe user texture id
boundsMinThe bounds min
boundsMaxThe bounds max
uv0The uv
uv1The uv
tintColThe tint col
flagsThe flags

Definition at line 25971 of file ImPlot.cs.

◆ PlotInfLines() [1/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref float  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 26009 of file ImPlot.cs.

◆ PlotInfLines() [2/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref float  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 26054 of file ImPlot.cs.

◆ PlotInfLines() [3/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref float  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 26099 of file ImPlot.cs.

◆ PlotInfLines() [4/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref float  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 26144 of file ImPlot.cs.

◆ PlotInfLines() [5/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref double  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 26185 of file ImPlot.cs.

◆ PlotInfLines() [6/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref double  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 26230 of file ImPlot.cs.

◆ PlotInfLines() [7/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref double  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 26275 of file ImPlot.cs.

◆ PlotInfLines() [8/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref double  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 26320 of file ImPlot.cs.

◆ PlotInfLines() [9/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 26361 of file ImPlot.cs.

◆ PlotInfLines() [10/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref sbyte  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 26406 of file ImPlot.cs.

◆ PlotInfLines() [11/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref sbyte  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 26451 of file ImPlot.cs.

◆ PlotInfLines() [12/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref sbyte  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 26496 of file ImPlot.cs.

◆ PlotInfLines() [13/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 26537 of file ImPlot.cs.

◆ PlotInfLines() [14/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref byte  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 26582 of file ImPlot.cs.

◆ PlotInfLines() [15/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref byte  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 26627 of file ImPlot.cs.

◆ PlotInfLines() [16/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref byte  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 26672 of file ImPlot.cs.

◆ PlotInfLines() [17/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref short  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 26713 of file ImPlot.cs.

◆ PlotInfLines() [18/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref short  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 26758 of file ImPlot.cs.

◆ PlotInfLines() [19/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref short  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 26803 of file ImPlot.cs.

◆ PlotInfLines() [20/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref short  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 26848 of file ImPlot.cs.

◆ PlotInfLines() [21/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 26889 of file ImPlot.cs.

◆ PlotInfLines() [22/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ushort  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 26934 of file ImPlot.cs.

◆ PlotInfLines() [23/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ushort  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 26979 of file ImPlot.cs.

◆ PlotInfLines() [24/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ushort  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 27024 of file ImPlot.cs.

◆ PlotInfLines() [25/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref int  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 27065 of file ImPlot.cs.

◆ PlotInfLines() [26/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref int  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 27110 of file ImPlot.cs.

◆ PlotInfLines() [27/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref int  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 27155 of file ImPlot.cs.

◆ PlotInfLines() [28/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref int  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 27200 of file ImPlot.cs.

◆ PlotInfLines() [29/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 27241 of file ImPlot.cs.

◆ PlotInfLines() [30/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref uint  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 27286 of file ImPlot.cs.

◆ PlotInfLines() [31/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref uint  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 27331 of file ImPlot.cs.

◆ PlotInfLines() [32/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref uint  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 27376 of file ImPlot.cs.

◆ PlotInfLines() [33/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref long  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 27417 of file ImPlot.cs.

◆ PlotInfLines() [34/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref long  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 27462 of file ImPlot.cs.

◆ PlotInfLines() [35/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref long  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 27507 of file ImPlot.cs.

◆ PlotInfLines() [36/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref long  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 27552 of file ImPlot.cs.

◆ PlotInfLines() [37/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 27593 of file ImPlot.cs.

◆ PlotInfLines() [38/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ulong  values,
int  count,
ImPlotInfLinesFlags  flags 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags

Definition at line 27638 of file ImPlot.cs.

◆ PlotInfLines() [39/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ulong  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset

Definition at line 27683 of file ImPlot.cs.

◆ PlotInfLines() [40/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotInfLines ( string  labelId,
ref ulong  values,
int  count,
ImPlotInfLinesFlags  flags,
int  offset,
int  stride 
)
static

Plots the inf lines using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 27728 of file ImPlot.cs.

◆ PlotLine() [1/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 27769 of file ImPlot.cs.

◆ PlotLine() [2/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 27816 of file ImPlot.cs.

◆ PlotLine() [3/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 27863 of file ImPlot.cs.

◆ PlotLine() [4/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 27910 of file ImPlot.cs.

◆ PlotLine() [5/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 27957 of file ImPlot.cs.

◆ PlotLine() [6/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 28004 of file ImPlot.cs.

◆ PlotLine() [7/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 28045 of file ImPlot.cs.

◆ PlotLine() [8/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 28092 of file ImPlot.cs.

◆ PlotLine() [9/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 28139 of file ImPlot.cs.

◆ PlotLine() [10/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 28186 of file ImPlot.cs.

◆ PlotLine() [11/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 28233 of file ImPlot.cs.

◆ PlotLine() [12/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 28280 of file ImPlot.cs.

◆ PlotLine() [13/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 28321 of file ImPlot.cs.

◆ PlotLine() [14/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 28368 of file ImPlot.cs.

◆ PlotLine() [15/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 28415 of file ImPlot.cs.

◆ PlotLine() [16/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 28462 of file ImPlot.cs.

◆ PlotLine() [17/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 28509 of file ImPlot.cs.

◆ PlotLine() [18/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 28556 of file ImPlot.cs.

◆ PlotLine() [19/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 28597 of file ImPlot.cs.

◆ PlotLine() [20/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 28644 of file ImPlot.cs.

◆ PlotLine() [21/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 28691 of file ImPlot.cs.

◆ PlotLine() [22/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 28738 of file ImPlot.cs.

◆ PlotLine() [23/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 28785 of file ImPlot.cs.

◆ PlotLine() [24/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 28832 of file ImPlot.cs.

◆ PlotLine() [25/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 28873 of file ImPlot.cs.

◆ PlotLine() [26/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 28920 of file ImPlot.cs.

◆ PlotLine() [27/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 28967 of file ImPlot.cs.

◆ PlotLine() [28/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 29014 of file ImPlot.cs.

◆ PlotLine() [29/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 29061 of file ImPlot.cs.

◆ PlotLine() [30/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 29108 of file ImPlot.cs.

◆ PlotLine() [31/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 29149 of file ImPlot.cs.

◆ PlotLine() [32/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 29196 of file ImPlot.cs.

◆ PlotLine() [33/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 29243 of file ImPlot.cs.

◆ PlotLine() [34/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 29290 of file ImPlot.cs.

◆ PlotLine() [35/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 29337 of file ImPlot.cs.

◆ PlotLine() [36/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 29384 of file ImPlot.cs.

◆ PlotLine() [37/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 29425 of file ImPlot.cs.

◆ PlotLine() [38/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 29472 of file ImPlot.cs.

◆ PlotLine() [39/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 29519 of file ImPlot.cs.

◆ PlotLine() [40/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 29566 of file ImPlot.cs.

◆ PlotLine() [41/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 29613 of file ImPlot.cs.

◆ PlotLine() [42/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 29660 of file ImPlot.cs.

◆ PlotLine() [43/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 29701 of file ImPlot.cs.

◆ PlotLine() [44/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 29748 of file ImPlot.cs.

◆ PlotLine() [45/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 29795 of file ImPlot.cs.

◆ PlotLine() [46/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 29842 of file ImPlot.cs.

◆ PlotLine() [47/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 29889 of file ImPlot.cs.

◆ PlotLine() [48/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 29936 of file ImPlot.cs.

◆ PlotLine() [49/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 29977 of file ImPlot.cs.

◆ PlotLine() [50/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 30024 of file ImPlot.cs.

◆ PlotLine() [51/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 30071 of file ImPlot.cs.

◆ PlotLine() [52/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 30118 of file ImPlot.cs.

◆ PlotLine() [53/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 30165 of file ImPlot.cs.

◆ PlotLine() [54/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 30212 of file ImPlot.cs.

◆ PlotLine() [55/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 30253 of file ImPlot.cs.

◆ PlotLine() [56/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  values,
int  count,
double  xscale 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 30300 of file ImPlot.cs.

◆ PlotLine() [57/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 30347 of file ImPlot.cs.

◆ PlotLine() [58/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 30394 of file ImPlot.cs.

◆ PlotLine() [59/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 30441 of file ImPlot.cs.

◆ PlotLine() [60/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 30488 of file ImPlot.cs.

◆ PlotLine() [61/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 30530 of file ImPlot.cs.

◆ PlotLine() [62/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 30579 of file ImPlot.cs.

◆ PlotLine() [63/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 30628 of file ImPlot.cs.

◆ PlotLine() [64/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 30677 of file ImPlot.cs.

◆ PlotLine() [65/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 30722 of file ImPlot.cs.

◆ PlotLine() [66/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 30771 of file ImPlot.cs.

◆ PlotLine() [67/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 30820 of file ImPlot.cs.

◆ PlotLine() [68/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 30869 of file ImPlot.cs.

◆ PlotLine() [69/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 30914 of file ImPlot.cs.

◆ PlotLine() [70/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 30963 of file ImPlot.cs.

◆ PlotLine() [71/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 31012 of file ImPlot.cs.

◆ PlotLine() [72/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 31061 of file ImPlot.cs.

◆ PlotLine() [73/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 31106 of file ImPlot.cs.

◆ PlotLine() [74/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 31155 of file ImPlot.cs.

◆ PlotLine() [75/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 31204 of file ImPlot.cs.

◆ PlotLine() [76/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 31253 of file ImPlot.cs.

◆ PlotLine() [77/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 31298 of file ImPlot.cs.

◆ PlotLine() [78/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 31347 of file ImPlot.cs.

◆ PlotLine() [79/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 31396 of file ImPlot.cs.

◆ PlotLine() [80/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 31445 of file ImPlot.cs.

◆ PlotLine() [81/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 31490 of file ImPlot.cs.

◆ PlotLine() [82/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 31539 of file ImPlot.cs.

◆ PlotLine() [83/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 31588 of file ImPlot.cs.

◆ PlotLine() [84/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 31637 of file ImPlot.cs.

◆ PlotLine() [85/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 31682 of file ImPlot.cs.

◆ PlotLine() [86/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 31731 of file ImPlot.cs.

◆ PlotLine() [87/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 31780 of file ImPlot.cs.

◆ PlotLine() [88/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 31829 of file ImPlot.cs.

◆ PlotLine() [89/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 31874 of file ImPlot.cs.

◆ PlotLine() [90/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 31923 of file ImPlot.cs.

◆ PlotLine() [91/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 31972 of file ImPlot.cs.

◆ PlotLine() [92/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 32021 of file ImPlot.cs.

◆ PlotLine() [93/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 32066 of file ImPlot.cs.

◆ PlotLine() [94/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 32115 of file ImPlot.cs.

◆ PlotLine() [95/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 32164 of file ImPlot.cs.

◆ PlotLine() [96/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 32213 of file ImPlot.cs.

◆ PlotLine() [97/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 32258 of file ImPlot.cs.

◆ PlotLine() [98/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 32307 of file ImPlot.cs.

◆ PlotLine() [99/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotLineFlags  flags,
int  offset 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 32356 of file ImPlot.cs.

◆ PlotLine() [100/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLine ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotLineFlags  flags,
int  offset,
int  stride 
)
static

Plots the line using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 32405 of file ImPlot.cs.

◆ PlotLineG() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLineG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count 
)
static

Plots the line g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count

Definition at line 32450 of file ImPlot.cs.

◆ PlotLineG() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotLineG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count,
ImPlotLineFlags  flags 
)
static

Plots the line g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count
flagsThe flags

Definition at line 32492 of file ImPlot.cs.

◆ PlotPieChart() [1/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref float  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 32534 of file ImPlot.cs.

◆ PlotPieChart() [2/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref float  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 32603 of file ImPlot.cs.

◆ PlotPieChart() [3/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref float  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 32681 of file ImPlot.cs.

◆ PlotPieChart() [4/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref float  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 32759 of file ImPlot.cs.

◆ PlotPieChart() [5/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref double  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 32833 of file ImPlot.cs.

◆ PlotPieChart() [6/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref double  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 32902 of file ImPlot.cs.

◆ PlotPieChart() [7/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref double  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 32980 of file ImPlot.cs.

◆ PlotPieChart() [8/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref double  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 33058 of file ImPlot.cs.

◆ PlotPieChart() [9/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref sbyte  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 33132 of file ImPlot.cs.

◆ PlotPieChart() [10/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref sbyte  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 33201 of file ImPlot.cs.

◆ PlotPieChart() [11/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref sbyte  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 33279 of file ImPlot.cs.

◆ PlotPieChart() [12/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref sbyte  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 33357 of file ImPlot.cs.

◆ PlotPieChart() [13/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref byte  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 33431 of file ImPlot.cs.

◆ PlotPieChart() [14/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref byte  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 33500 of file ImPlot.cs.

◆ PlotPieChart() [15/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref byte  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 33578 of file ImPlot.cs.

◆ PlotPieChart() [16/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref byte  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 33656 of file ImPlot.cs.

◆ PlotPieChart() [17/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref short  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 33730 of file ImPlot.cs.

◆ PlotPieChart() [18/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref short  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 33799 of file ImPlot.cs.

◆ PlotPieChart() [19/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref short  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 33877 of file ImPlot.cs.

◆ PlotPieChart() [20/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref short  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 33955 of file ImPlot.cs.

◆ PlotPieChart() [21/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ushort  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 34029 of file ImPlot.cs.

◆ PlotPieChart() [22/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ushort  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 34098 of file ImPlot.cs.

◆ PlotPieChart() [23/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ushort  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 34176 of file ImPlot.cs.

◆ PlotPieChart() [24/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ushort  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 34254 of file ImPlot.cs.

◆ PlotPieChart() [25/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref int  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 34328 of file ImPlot.cs.

◆ PlotPieChart() [26/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref int  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 34397 of file ImPlot.cs.

◆ PlotPieChart() [27/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref int  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 34475 of file ImPlot.cs.

◆ PlotPieChart() [28/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref int  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 34553 of file ImPlot.cs.

◆ PlotPieChart() [29/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref uint  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 34627 of file ImPlot.cs.

◆ PlotPieChart() [30/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref uint  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 34696 of file ImPlot.cs.

◆ PlotPieChart() [31/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref uint  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 34774 of file ImPlot.cs.

◆ PlotPieChart() [32/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref uint  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 34852 of file ImPlot.cs.

◆ PlotPieChart() [33/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref long  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 34926 of file ImPlot.cs.

◆ PlotPieChart() [34/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref long  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 34995 of file ImPlot.cs.

◆ PlotPieChart() [35/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref long  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 35073 of file ImPlot.cs.

◆ PlotPieChart() [36/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref long  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 35151 of file ImPlot.cs.

◆ PlotPieChart() [37/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ulong  values,
int  count,
double  x,
double  y,
double  radius 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius

Definition at line 35225 of file ImPlot.cs.

◆ PlotPieChart() [38/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ulong  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt

Definition at line 35294 of file ImPlot.cs.

◆ PlotPieChart() [39/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ulong  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle

Definition at line 35372 of file ImPlot.cs.

◆ PlotPieChart() [40/40]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotPieChart ( string[]  labelIds,
ref ulong  values,
int  count,
double  x,
double  y,
double  radius,
string  labelFmt,
double  angle0,
ImPlotPieChartFlags  flags 
)
static

Plots the pie chart using the specified label ids

Parameters
labelIdsThe label ids
valuesThe values
countThe count
xThe
yThe
radiusThe radius
labelFmtThe label fmt
angle0The angle
flagsThe flags

Definition at line 35450 of file ImPlot.cs.

◆ PlotScatter() [1/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 35521 of file ImPlot.cs.

◆ PlotScatter() [2/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 35568 of file ImPlot.cs.

◆ PlotScatter() [3/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 35615 of file ImPlot.cs.

◆ PlotScatter() [4/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 35662 of file ImPlot.cs.

◆ PlotScatter() [5/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 35709 of file ImPlot.cs.

◆ PlotScatter() [6/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 35756 of file ImPlot.cs.

◆ PlotScatter() [7/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 35797 of file ImPlot.cs.

◆ PlotScatter() [8/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 35844 of file ImPlot.cs.

◆ PlotScatter() [9/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 35891 of file ImPlot.cs.

◆ PlotScatter() [10/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 35938 of file ImPlot.cs.

◆ PlotScatter() [11/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 35985 of file ImPlot.cs.

◆ PlotScatter() [12/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 36032 of file ImPlot.cs.

◆ PlotScatter() [13/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 36073 of file ImPlot.cs.

◆ PlotScatter() [14/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 36120 of file ImPlot.cs.

◆ PlotScatter() [15/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 36167 of file ImPlot.cs.

◆ PlotScatter() [16/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 36214 of file ImPlot.cs.

◆ PlotScatter() [17/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 36261 of file ImPlot.cs.

◆ PlotScatter() [18/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 36308 of file ImPlot.cs.

◆ PlotScatter() [19/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 36349 of file ImPlot.cs.

◆ PlotScatter() [20/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 36396 of file ImPlot.cs.

◆ PlotScatter() [21/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 36443 of file ImPlot.cs.

◆ PlotScatter() [22/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 36490 of file ImPlot.cs.

◆ PlotScatter() [23/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 36537 of file ImPlot.cs.

◆ PlotScatter() [24/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 36584 of file ImPlot.cs.

◆ PlotScatter() [25/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 36625 of file ImPlot.cs.

◆ PlotScatter() [26/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 36672 of file ImPlot.cs.

◆ PlotScatter() [27/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 36719 of file ImPlot.cs.

◆ PlotScatter() [28/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 36766 of file ImPlot.cs.

◆ PlotScatter() [29/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 36813 of file ImPlot.cs.

◆ PlotScatter() [30/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 36860 of file ImPlot.cs.

◆ PlotScatter() [31/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 36901 of file ImPlot.cs.

◆ PlotScatter() [32/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 36948 of file ImPlot.cs.

◆ PlotScatter() [33/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 36995 of file ImPlot.cs.

◆ PlotScatter() [34/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 37042 of file ImPlot.cs.

◆ PlotScatter() [35/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 37089 of file ImPlot.cs.

◆ PlotScatter() [36/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 37136 of file ImPlot.cs.

◆ PlotScatter() [37/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 37177 of file ImPlot.cs.

◆ PlotScatter() [38/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 37224 of file ImPlot.cs.

◆ PlotScatter() [39/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 37271 of file ImPlot.cs.

◆ PlotScatter() [40/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 37318 of file ImPlot.cs.

◆ PlotScatter() [41/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 37365 of file ImPlot.cs.

◆ PlotScatter() [42/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 37412 of file ImPlot.cs.

◆ PlotScatter() [43/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 37453 of file ImPlot.cs.

◆ PlotScatter() [44/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 37500 of file ImPlot.cs.

◆ PlotScatter() [45/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 37547 of file ImPlot.cs.

◆ PlotScatter() [46/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 37594 of file ImPlot.cs.

◆ PlotScatter() [47/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 37641 of file ImPlot.cs.

◆ PlotScatter() [48/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 37688 of file ImPlot.cs.

◆ PlotScatter() [49/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 37729 of file ImPlot.cs.

◆ PlotScatter() [50/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 37776 of file ImPlot.cs.

◆ PlotScatter() [51/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 37823 of file ImPlot.cs.

◆ PlotScatter() [52/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 37870 of file ImPlot.cs.

◆ PlotScatter() [53/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 37917 of file ImPlot.cs.

◆ PlotScatter() [54/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 37964 of file ImPlot.cs.

◆ PlotScatter() [55/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 38005 of file ImPlot.cs.

◆ PlotScatter() [56/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  values,
int  count,
double  xscale 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 38052 of file ImPlot.cs.

◆ PlotScatter() [57/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 38099 of file ImPlot.cs.

◆ PlotScatter() [58/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 38146 of file ImPlot.cs.

◆ PlotScatter() [59/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 38193 of file ImPlot.cs.

◆ PlotScatter() [60/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 38240 of file ImPlot.cs.

◆ PlotScatter() [61/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 38282 of file ImPlot.cs.

◆ PlotScatter() [62/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 38331 of file ImPlot.cs.

◆ PlotScatter() [63/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 38380 of file ImPlot.cs.

◆ PlotScatter() [64/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 38429 of file ImPlot.cs.

◆ PlotScatter() [65/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 38474 of file ImPlot.cs.

◆ PlotScatter() [66/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 38523 of file ImPlot.cs.

◆ PlotScatter() [67/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 38572 of file ImPlot.cs.

◆ PlotScatter() [68/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 38621 of file ImPlot.cs.

◆ PlotScatter() [69/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 38666 of file ImPlot.cs.

◆ PlotScatter() [70/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 38715 of file ImPlot.cs.

◆ PlotScatter() [71/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 38764 of file ImPlot.cs.

◆ PlotScatter() [72/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 38813 of file ImPlot.cs.

◆ PlotScatter() [73/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 38858 of file ImPlot.cs.

◆ PlotScatter() [74/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 38907 of file ImPlot.cs.

◆ PlotScatter() [75/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 38956 of file ImPlot.cs.

◆ PlotScatter() [76/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 39005 of file ImPlot.cs.

◆ PlotScatter() [77/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 39050 of file ImPlot.cs.

◆ PlotScatter() [78/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 39099 of file ImPlot.cs.

◆ PlotScatter() [79/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 39148 of file ImPlot.cs.

◆ PlotScatter() [80/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 39197 of file ImPlot.cs.

◆ PlotScatter() [81/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 39242 of file ImPlot.cs.

◆ PlotScatter() [82/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 39291 of file ImPlot.cs.

◆ PlotScatter() [83/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 39340 of file ImPlot.cs.

◆ PlotScatter() [84/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 39389 of file ImPlot.cs.

◆ PlotScatter() [85/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 39434 of file ImPlot.cs.

◆ PlotScatter() [86/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 39483 of file ImPlot.cs.

◆ PlotScatter() [87/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 39532 of file ImPlot.cs.

◆ PlotScatter() [88/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 39581 of file ImPlot.cs.

◆ PlotScatter() [89/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 39626 of file ImPlot.cs.

◆ PlotScatter() [90/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 39675 of file ImPlot.cs.

◆ PlotScatter() [91/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 39724 of file ImPlot.cs.

◆ PlotScatter() [92/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 39773 of file ImPlot.cs.

◆ PlotScatter() [93/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 39818 of file ImPlot.cs.

◆ PlotScatter() [94/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 39867 of file ImPlot.cs.

◆ PlotScatter() [95/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 39916 of file ImPlot.cs.

◆ PlotScatter() [96/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 39965 of file ImPlot.cs.

◆ PlotScatter() [97/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 40010 of file ImPlot.cs.

◆ PlotScatter() [98/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 40059 of file ImPlot.cs.

◆ PlotScatter() [99/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 40108 of file ImPlot.cs.

◆ PlotScatter() [100/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatter ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotScatterFlags  flags,
int  offset,
int  stride 
)
static

Plots the scatter using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 40157 of file ImPlot.cs.

◆ PlotScatterG() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatterG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count 
)
static

Plots the scatter g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count

Definition at line 40202 of file ImPlot.cs.

◆ PlotScatterG() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotScatterG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count,
ImPlotScatterFlags  flags 
)
static

Plots the scatter g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count
flagsThe flags

Definition at line 40244 of file ImPlot.cs.

◆ PlotShaded() [1/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 40283 of file ImPlot.cs.

◆ PlotShaded() [2/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 40331 of file ImPlot.cs.

◆ PlotShaded() [3/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 40379 of file ImPlot.cs.

◆ PlotShaded() [4/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 40427 of file ImPlot.cs.

◆ PlotShaded() [5/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 40475 of file ImPlot.cs.

◆ PlotShaded() [6/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 40523 of file ImPlot.cs.

◆ PlotShaded() [7/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 40571 of file ImPlot.cs.

◆ PlotShaded() [8/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 40612 of file ImPlot.cs.

◆ PlotShaded() [9/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 40660 of file ImPlot.cs.

◆ PlotShaded() [10/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 40708 of file ImPlot.cs.

◆ PlotShaded() [11/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 40756 of file ImPlot.cs.

◆ PlotShaded() [12/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 40804 of file ImPlot.cs.

◆ PlotShaded() [13/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 40852 of file ImPlot.cs.

◆ PlotShaded() [14/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 40900 of file ImPlot.cs.

◆ PlotShaded() [15/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 40941 of file ImPlot.cs.

◆ PlotShaded() [16/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 40989 of file ImPlot.cs.

◆ PlotShaded() [17/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 41037 of file ImPlot.cs.

◆ PlotShaded() [18/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 41085 of file ImPlot.cs.

◆ PlotShaded() [19/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 41133 of file ImPlot.cs.

◆ PlotShaded() [20/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 41181 of file ImPlot.cs.

◆ PlotShaded() [21/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 41229 of file ImPlot.cs.

◆ PlotShaded() [22/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 41270 of file ImPlot.cs.

◆ PlotShaded() [23/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 41318 of file ImPlot.cs.

◆ PlotShaded() [24/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 41366 of file ImPlot.cs.

◆ PlotShaded() [25/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 41414 of file ImPlot.cs.

◆ PlotShaded() [26/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 41462 of file ImPlot.cs.

◆ PlotShaded() [27/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 41510 of file ImPlot.cs.

◆ PlotShaded() [28/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 41558 of file ImPlot.cs.

◆ PlotShaded() [29/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 41599 of file ImPlot.cs.

◆ PlotShaded() [30/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 41647 of file ImPlot.cs.

◆ PlotShaded() [31/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 41695 of file ImPlot.cs.

◆ PlotShaded() [32/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 41743 of file ImPlot.cs.

◆ PlotShaded() [33/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 41791 of file ImPlot.cs.

◆ PlotShaded() [34/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 41839 of file ImPlot.cs.

◆ PlotShaded() [35/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 41887 of file ImPlot.cs.

◆ PlotShaded() [36/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 41928 of file ImPlot.cs.

◆ PlotShaded() [37/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 41976 of file ImPlot.cs.

◆ PlotShaded() [38/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 42024 of file ImPlot.cs.

◆ PlotShaded() [39/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 42072 of file ImPlot.cs.

◆ PlotShaded() [40/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 42120 of file ImPlot.cs.

◆ PlotShaded() [41/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 42168 of file ImPlot.cs.

◆ PlotShaded() [42/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 42216 of file ImPlot.cs.

◆ PlotShaded() [43/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 42257 of file ImPlot.cs.

◆ PlotShaded() [44/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 42305 of file ImPlot.cs.

◆ PlotShaded() [45/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 42353 of file ImPlot.cs.

◆ PlotShaded() [46/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 42401 of file ImPlot.cs.

◆ PlotShaded() [47/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 42449 of file ImPlot.cs.

◆ PlotShaded() [48/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 42497 of file ImPlot.cs.

◆ PlotShaded() [49/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 42545 of file ImPlot.cs.

◆ PlotShaded() [50/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 42586 of file ImPlot.cs.

◆ PlotShaded() [51/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 42634 of file ImPlot.cs.

◆ PlotShaded() [52/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 42682 of file ImPlot.cs.

◆ PlotShaded() [53/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 42730 of file ImPlot.cs.

◆ PlotShaded() [54/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 42778 of file ImPlot.cs.

◆ PlotShaded() [55/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 42826 of file ImPlot.cs.

◆ PlotShaded() [56/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 42874 of file ImPlot.cs.

◆ PlotShaded() [57/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 42915 of file ImPlot.cs.

◆ PlotShaded() [58/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 42963 of file ImPlot.cs.

◆ PlotShaded() [59/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 43011 of file ImPlot.cs.

◆ PlotShaded() [60/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 43059 of file ImPlot.cs.

◆ PlotShaded() [61/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 43107 of file ImPlot.cs.

◆ PlotShaded() [62/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 43155 of file ImPlot.cs.

◆ PlotShaded() [63/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 43203 of file ImPlot.cs.

◆ PlotShaded() [64/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 43244 of file ImPlot.cs.

◆ PlotShaded() [65/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref

Definition at line 43292 of file ImPlot.cs.

◆ PlotShaded() [66/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count,
double  yref,
double  xscale 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale

Definition at line 43340 of file ImPlot.cs.

◆ PlotShaded() [67/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count,
double  yref,
double  xscale,
double  xstart 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart

Definition at line 43388 of file ImPlot.cs.

◆ PlotShaded() [68/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 43436 of file ImPlot.cs.

◆ PlotShaded() [69/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 43484 of file ImPlot.cs.

◆ PlotShaded() [70/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  values,
int  count,
double  yref,
double  xscale,
double  xstart,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
yrefThe yref
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 43532 of file ImPlot.cs.

◆ PlotShaded() [71/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 43574 of file ImPlot.cs.

◆ PlotShaded() [72/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 43624 of file ImPlot.cs.

◆ PlotShaded() [73/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 43674 of file ImPlot.cs.

◆ PlotShaded() [74/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 43724 of file ImPlot.cs.

◆ PlotShaded() [75/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 43774 of file ImPlot.cs.

◆ PlotShaded() [76/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 43819 of file ImPlot.cs.

◆ PlotShaded() [77/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 43869 of file ImPlot.cs.

◆ PlotShaded() [78/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 43919 of file ImPlot.cs.

◆ PlotShaded() [79/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 43969 of file ImPlot.cs.

◆ PlotShaded() [80/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 44019 of file ImPlot.cs.

◆ PlotShaded() [81/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 44064 of file ImPlot.cs.

◆ PlotShaded() [82/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 44114 of file ImPlot.cs.

◆ PlotShaded() [83/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 44164 of file ImPlot.cs.

◆ PlotShaded() [84/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 44214 of file ImPlot.cs.

◆ PlotShaded() [85/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 44264 of file ImPlot.cs.

◆ PlotShaded() [86/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 44309 of file ImPlot.cs.

◆ PlotShaded() [87/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 44359 of file ImPlot.cs.

◆ PlotShaded() [88/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 44409 of file ImPlot.cs.

◆ PlotShaded() [89/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 44459 of file ImPlot.cs.

◆ PlotShaded() [90/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 44509 of file ImPlot.cs.

◆ PlotShaded() [91/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 44554 of file ImPlot.cs.

◆ PlotShaded() [92/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 44604 of file ImPlot.cs.

◆ PlotShaded() [93/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 44654 of file ImPlot.cs.

◆ PlotShaded() [94/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 44704 of file ImPlot.cs.

◆ PlotShaded() [95/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 44754 of file ImPlot.cs.

◆ PlotShaded() [96/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 44799 of file ImPlot.cs.

◆ PlotShaded() [97/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 44849 of file ImPlot.cs.

◆ PlotShaded() [98/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 44899 of file ImPlot.cs.

◆ PlotShaded() [99/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 44949 of file ImPlot.cs.

◆ PlotShaded() [100/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 44999 of file ImPlot.cs.

◆ PlotShaded() [101/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 45044 of file ImPlot.cs.

◆ PlotShaded() [102/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 45094 of file ImPlot.cs.

◆ PlotShaded() [103/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 45144 of file ImPlot.cs.

◆ PlotShaded() [104/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 45194 of file ImPlot.cs.

◆ PlotShaded() [105/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 45244 of file ImPlot.cs.

◆ PlotShaded() [106/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 45289 of file ImPlot.cs.

◆ PlotShaded() [107/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 45339 of file ImPlot.cs.

◆ PlotShaded() [108/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 45389 of file ImPlot.cs.

◆ PlotShaded() [109/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 45439 of file ImPlot.cs.

◆ PlotShaded() [110/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 45489 of file ImPlot.cs.

◆ PlotShaded() [111/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 45534 of file ImPlot.cs.

◆ PlotShaded() [112/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 45584 of file ImPlot.cs.

◆ PlotShaded() [113/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 45634 of file ImPlot.cs.

◆ PlotShaded() [114/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 45684 of file ImPlot.cs.

◆ PlotShaded() [115/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 45734 of file ImPlot.cs.

◆ PlotShaded() [116/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 45779 of file ImPlot.cs.

◆ PlotShaded() [117/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  yref 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref

Definition at line 45829 of file ImPlot.cs.

◆ PlotShaded() [118/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags

Definition at line 45879 of file ImPlot.cs.

◆ PlotShaded() [119/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset

Definition at line 45929 of file ImPlot.cs.

◆ PlotShaded() [120/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double  yref,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
yrefThe yref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 45979 of file ImPlot.cs.

◆ PlotShaded() [121/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys1,
ref float  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 46025 of file ImPlot.cs.

◆ PlotShaded() [122/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys1,
ref float  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 46078 of file ImPlot.cs.

◆ PlotShaded() [123/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys1,
ref float  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 46131 of file ImPlot.cs.

◆ PlotShaded() [124/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref float  xs,
ref float  ys1,
ref float  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 46184 of file ImPlot.cs.

◆ PlotShaded() [125/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys1,
ref double  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 46233 of file ImPlot.cs.

◆ PlotShaded() [126/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys1,
ref double  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 46286 of file ImPlot.cs.

◆ PlotShaded() [127/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys1,
ref double  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 46339 of file ImPlot.cs.

◆ PlotShaded() [128/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref double  xs,
ref double  ys1,
ref double  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 46392 of file ImPlot.cs.

◆ PlotShaded() [129/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys1,
ref sbyte  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 46441 of file ImPlot.cs.

◆ PlotShaded() [130/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys1,
ref sbyte  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 46494 of file ImPlot.cs.

◆ PlotShaded() [131/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys1,
ref sbyte  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 46547 of file ImPlot.cs.

◆ PlotShaded() [132/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref sbyte  xs,
ref sbyte  ys1,
ref sbyte  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 46600 of file ImPlot.cs.

◆ PlotShaded() [133/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys1,
ref byte  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 46649 of file ImPlot.cs.

◆ PlotShaded() [134/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys1,
ref byte  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 46702 of file ImPlot.cs.

◆ PlotShaded() [135/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys1,
ref byte  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 46755 of file ImPlot.cs.

◆ PlotShaded() [136/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref byte  xs,
ref byte  ys1,
ref byte  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 46808 of file ImPlot.cs.

◆ PlotShaded() [137/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys1,
ref short  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 46857 of file ImPlot.cs.

◆ PlotShaded() [138/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys1,
ref short  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 46910 of file ImPlot.cs.

◆ PlotShaded() [139/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys1,
ref short  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 46963 of file ImPlot.cs.

◆ PlotShaded() [140/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref short  xs,
ref short  ys1,
ref short  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 47016 of file ImPlot.cs.

◆ PlotShaded() [141/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys1,
ref ushort  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 47065 of file ImPlot.cs.

◆ PlotShaded() [142/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys1,
ref ushort  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 47118 of file ImPlot.cs.

◆ PlotShaded() [143/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys1,
ref ushort  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 47171 of file ImPlot.cs.

◆ PlotShaded() [144/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ushort  xs,
ref ushort  ys1,
ref ushort  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 47224 of file ImPlot.cs.

◆ PlotShaded() [145/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys1,
ref int  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 47273 of file ImPlot.cs.

◆ PlotShaded() [146/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys1,
ref int  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 47326 of file ImPlot.cs.

◆ PlotShaded() [147/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys1,
ref int  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 47379 of file ImPlot.cs.

◆ PlotShaded() [148/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref int  xs,
ref int  ys1,
ref int  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 47432 of file ImPlot.cs.

◆ PlotShaded() [149/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys1,
ref uint  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 47481 of file ImPlot.cs.

◆ PlotShaded() [150/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys1,
ref uint  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 47534 of file ImPlot.cs.

◆ PlotShaded() [151/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys1,
ref uint  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 47587 of file ImPlot.cs.

◆ PlotShaded() [152/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref uint  xs,
ref uint  ys1,
ref uint  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 47640 of file ImPlot.cs.

◆ PlotShaded() [153/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys1,
ref long  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 47689 of file ImPlot.cs.

◆ PlotShaded() [154/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys1,
ref long  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 47742 of file ImPlot.cs.

◆ PlotShaded() [155/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys1,
ref long  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 47795 of file ImPlot.cs.

◆ PlotShaded() [156/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref long  xs,
ref long  ys1,
ref long  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 47848 of file ImPlot.cs.

◆ PlotShaded() [157/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys1,
ref ulong  ys2,
int  count 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count

Definition at line 47897 of file ImPlot.cs.

◆ PlotShaded() [158/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys1,
ref ulong  ys2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags

Definition at line 47950 of file ImPlot.cs.

◆ PlotShaded() [159/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys1,
ref ulong  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 48003 of file ImPlot.cs.

◆ PlotShaded() [160/160]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShaded ( string  labelId,
ref ulong  xs,
ref ulong  ys1,
ref ulong  ys2,
int  count,
ImPlotShadedFlags  flags,
int  offset,
int  stride 
)
static

Plots the shaded using the specified label id

Parameters
labelIdThe label id
xsThe xs
ys1The ys
ys2The ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 48056 of file ImPlot.cs.

◆ PlotShadedG() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShadedG ( string  labelId,
IntPtr  getter1,
IntPtr  data1,
IntPtr  getter2,
IntPtr  data2,
int  count 
)
static

Plots the shaded g using the specified label id

Parameters
labelIdThe label id
getter1The getter
data1The data
getter2The getter
data2The data
countThe count

Definition at line 48106 of file ImPlot.cs.

◆ PlotShadedG() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotShadedG ( string  labelId,
IntPtr  getter1,
IntPtr  data1,
IntPtr  getter2,
IntPtr  data2,
int  count,
ImPlotShadedFlags  flags 
)
static

Plots the shaded g using the specified label id

Parameters
labelIdThe label id
getter1The getter
data1The data
getter2The getter
data2The data
countThe count
flagsThe flags

Definition at line 48151 of file ImPlot.cs.

◆ PlotStairs() [1/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 48191 of file ImPlot.cs.

◆ PlotStairs() [2/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 48238 of file ImPlot.cs.

◆ PlotStairs() [3/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 48285 of file ImPlot.cs.

◆ PlotStairs() [4/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 48332 of file ImPlot.cs.

◆ PlotStairs() [5/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 48379 of file ImPlot.cs.

◆ PlotStairs() [6/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 48426 of file ImPlot.cs.

◆ PlotStairs() [7/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 48467 of file ImPlot.cs.

◆ PlotStairs() [8/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 48514 of file ImPlot.cs.

◆ PlotStairs() [9/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 48561 of file ImPlot.cs.

◆ PlotStairs() [10/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 48608 of file ImPlot.cs.

◆ PlotStairs() [11/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 48655 of file ImPlot.cs.

◆ PlotStairs() [12/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 48702 of file ImPlot.cs.

◆ PlotStairs() [13/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 48743 of file ImPlot.cs.

◆ PlotStairs() [14/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 48790 of file ImPlot.cs.

◆ PlotStairs() [15/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 48837 of file ImPlot.cs.

◆ PlotStairs() [16/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 48884 of file ImPlot.cs.

◆ PlotStairs() [17/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 48931 of file ImPlot.cs.

◆ PlotStairs() [18/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 48978 of file ImPlot.cs.

◆ PlotStairs() [19/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 49019 of file ImPlot.cs.

◆ PlotStairs() [20/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 49066 of file ImPlot.cs.

◆ PlotStairs() [21/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 49113 of file ImPlot.cs.

◆ PlotStairs() [22/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 49160 of file ImPlot.cs.

◆ PlotStairs() [23/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 49207 of file ImPlot.cs.

◆ PlotStairs() [24/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 49254 of file ImPlot.cs.

◆ PlotStairs() [25/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 49295 of file ImPlot.cs.

◆ PlotStairs() [26/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 49342 of file ImPlot.cs.

◆ PlotStairs() [27/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 49389 of file ImPlot.cs.

◆ PlotStairs() [28/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 49436 of file ImPlot.cs.

◆ PlotStairs() [29/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 49483 of file ImPlot.cs.

◆ PlotStairs() [30/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 49530 of file ImPlot.cs.

◆ PlotStairs() [31/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 49571 of file ImPlot.cs.

◆ PlotStairs() [32/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 49618 of file ImPlot.cs.

◆ PlotStairs() [33/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 49665 of file ImPlot.cs.

◆ PlotStairs() [34/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 49712 of file ImPlot.cs.

◆ PlotStairs() [35/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 49759 of file ImPlot.cs.

◆ PlotStairs() [36/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 49806 of file ImPlot.cs.

◆ PlotStairs() [37/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 49847 of file ImPlot.cs.

◆ PlotStairs() [38/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 49894 of file ImPlot.cs.

◆ PlotStairs() [39/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 49941 of file ImPlot.cs.

◆ PlotStairs() [40/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 49988 of file ImPlot.cs.

◆ PlotStairs() [41/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 50035 of file ImPlot.cs.

◆ PlotStairs() [42/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 50082 of file ImPlot.cs.

◆ PlotStairs() [43/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 50123 of file ImPlot.cs.

◆ PlotStairs() [44/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 50170 of file ImPlot.cs.

◆ PlotStairs() [45/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 50217 of file ImPlot.cs.

◆ PlotStairs() [46/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 50264 of file ImPlot.cs.

◆ PlotStairs() [47/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 50311 of file ImPlot.cs.

◆ PlotStairs() [48/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 50358 of file ImPlot.cs.

◆ PlotStairs() [49/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 50399 of file ImPlot.cs.

◆ PlotStairs() [50/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 50446 of file ImPlot.cs.

◆ PlotStairs() [51/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 50493 of file ImPlot.cs.

◆ PlotStairs() [52/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 50540 of file ImPlot.cs.

◆ PlotStairs() [53/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 50587 of file ImPlot.cs.

◆ PlotStairs() [54/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 50634 of file ImPlot.cs.

◆ PlotStairs() [55/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 50675 of file ImPlot.cs.

◆ PlotStairs() [56/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  values,
int  count,
double  xscale 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale

Definition at line 50722 of file ImPlot.cs.

◆ PlotStairs() [57/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart

Definition at line 50769 of file ImPlot.cs.

◆ PlotStairs() [58/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags

Definition at line 50816 of file ImPlot.cs.

◆ PlotStairs() [59/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset

Definition at line 50863 of file ImPlot.cs.

◆ PlotStairs() [60/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  values,
int  count,
double  xscale,
double  xstart,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
xscaleThe xscale
xstartThe xstart
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 50910 of file ImPlot.cs.

◆ PlotStairs() [61/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 50952 of file ImPlot.cs.

◆ PlotStairs() [62/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 51001 of file ImPlot.cs.

◆ PlotStairs() [63/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 51050 of file ImPlot.cs.

◆ PlotStairs() [64/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 51099 of file ImPlot.cs.

◆ PlotStairs() [65/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 51144 of file ImPlot.cs.

◆ PlotStairs() [66/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 51193 of file ImPlot.cs.

◆ PlotStairs() [67/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 51242 of file ImPlot.cs.

◆ PlotStairs() [68/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 51291 of file ImPlot.cs.

◆ PlotStairs() [69/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 51336 of file ImPlot.cs.

◆ PlotStairs() [70/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 51385 of file ImPlot.cs.

◆ PlotStairs() [71/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 51434 of file ImPlot.cs.

◆ PlotStairs() [72/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 51483 of file ImPlot.cs.

◆ PlotStairs() [73/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 51528 of file ImPlot.cs.

◆ PlotStairs() [74/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 51577 of file ImPlot.cs.

◆ PlotStairs() [75/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 51626 of file ImPlot.cs.

◆ PlotStairs() [76/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 51675 of file ImPlot.cs.

◆ PlotStairs() [77/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 51720 of file ImPlot.cs.

◆ PlotStairs() [78/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 51769 of file ImPlot.cs.

◆ PlotStairs() [79/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 51818 of file ImPlot.cs.

◆ PlotStairs() [80/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 51867 of file ImPlot.cs.

◆ PlotStairs() [81/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 51912 of file ImPlot.cs.

◆ PlotStairs() [82/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 51961 of file ImPlot.cs.

◆ PlotStairs() [83/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 52010 of file ImPlot.cs.

◆ PlotStairs() [84/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 52059 of file ImPlot.cs.

◆ PlotStairs() [85/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 52104 of file ImPlot.cs.

◆ PlotStairs() [86/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 52153 of file ImPlot.cs.

◆ PlotStairs() [87/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 52202 of file ImPlot.cs.

◆ PlotStairs() [88/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 52251 of file ImPlot.cs.

◆ PlotStairs() [89/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 52296 of file ImPlot.cs.

◆ PlotStairs() [90/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 52345 of file ImPlot.cs.

◆ PlotStairs() [91/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 52394 of file ImPlot.cs.

◆ PlotStairs() [92/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 52443 of file ImPlot.cs.

◆ PlotStairs() [93/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 52488 of file ImPlot.cs.

◆ PlotStairs() [94/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 52537 of file ImPlot.cs.

◆ PlotStairs() [95/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 52586 of file ImPlot.cs.

◆ PlotStairs() [96/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 52635 of file ImPlot.cs.

◆ PlotStairs() [97/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 52680 of file ImPlot.cs.

◆ PlotStairs() [98/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags

Definition at line 52729 of file ImPlot.cs.

◆ PlotStairs() [99/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset

Definition at line 52778 of file ImPlot.cs.

◆ PlotStairs() [100/100]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairs ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
ImPlotStairsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stairs using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 52827 of file ImPlot.cs.

◆ PlotStairsG() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairsG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count 
)
static

Plots the stairs g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count

Definition at line 52872 of file ImPlot.cs.

◆ PlotStairsG() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStairsG ( string  labelId,
IntPtr  getter,
IntPtr  data,
int  count,
ImPlotStairsFlags  flags 
)
static

Plots the stairs g using the specified label id

Parameters
labelIdThe label id
getterThe getter
dataThe data
countThe count
flagsThe flags

Definition at line 52914 of file ImPlot.cs.

◆ PlotStems() [1/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 52953 of file ImPlot.cs.

◆ PlotStems() [2/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 53001 of file ImPlot.cs.

◆ PlotStems() [3/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 53049 of file ImPlot.cs.

◆ PlotStems() [4/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 53097 of file ImPlot.cs.

◆ PlotStems() [5/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 53145 of file ImPlot.cs.

◆ PlotStems() [6/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 53193 of file ImPlot.cs.

◆ PlotStems() [7/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 53241 of file ImPlot.cs.

◆ PlotStems() [8/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 53282 of file ImPlot.cs.

◆ PlotStems() [9/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 53330 of file ImPlot.cs.

◆ PlotStems() [10/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 53378 of file ImPlot.cs.

◆ PlotStems() [11/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 53426 of file ImPlot.cs.

◆ PlotStems() [12/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 53474 of file ImPlot.cs.

◆ PlotStems() [13/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 53522 of file ImPlot.cs.

◆ PlotStems() [14/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 53570 of file ImPlot.cs.

◆ PlotStems() [15/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 53611 of file ImPlot.cs.

◆ PlotStems() [16/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 53659 of file ImPlot.cs.

◆ PlotStems() [17/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 53707 of file ImPlot.cs.

◆ PlotStems() [18/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 53755 of file ImPlot.cs.

◆ PlotStems() [19/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 53803 of file ImPlot.cs.

◆ PlotStems() [20/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 53851 of file ImPlot.cs.

◆ PlotStems() [21/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 53899 of file ImPlot.cs.

◆ PlotStems() [22/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 53940 of file ImPlot.cs.

◆ PlotStems() [23/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 53988 of file ImPlot.cs.

◆ PlotStems() [24/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 54036 of file ImPlot.cs.

◆ PlotStems() [25/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 54084 of file ImPlot.cs.

◆ PlotStems() [26/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 54132 of file ImPlot.cs.

◆ PlotStems() [27/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 54180 of file ImPlot.cs.

◆ PlotStems() [28/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 54228 of file ImPlot.cs.

◆ PlotStems() [29/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 54269 of file ImPlot.cs.

◆ PlotStems() [30/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 54317 of file ImPlot.cs.

◆ PlotStems() [31/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 54365 of file ImPlot.cs.

◆ PlotStems() [32/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 54413 of file ImPlot.cs.

◆ PlotStems() [33/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 54461 of file ImPlot.cs.

◆ PlotStems() [34/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 54509 of file ImPlot.cs.

◆ PlotStems() [35/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 54557 of file ImPlot.cs.

◆ PlotStems() [36/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 54598 of file ImPlot.cs.

◆ PlotStems() [37/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 54646 of file ImPlot.cs.

◆ PlotStems() [38/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 54694 of file ImPlot.cs.

◆ PlotStems() [39/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 54742 of file ImPlot.cs.

◆ PlotStems() [40/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 54790 of file ImPlot.cs.

◆ PlotStems() [41/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 54838 of file ImPlot.cs.

◆ PlotStems() [42/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 54886 of file ImPlot.cs.

◆ PlotStems() [43/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 54927 of file ImPlot.cs.

◆ PlotStems() [44/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 54975 of file ImPlot.cs.

◆ PlotStems() [45/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 55023 of file ImPlot.cs.

◆ PlotStems() [46/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 55071 of file ImPlot.cs.

◆ PlotStems() [47/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 55119 of file ImPlot.cs.

◆ PlotStems() [48/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 55167 of file ImPlot.cs.

◆ PlotStems() [49/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 55215 of file ImPlot.cs.

◆ PlotStems() [50/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 55256 of file ImPlot.cs.

◆ PlotStems() [51/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 55304 of file ImPlot.cs.

◆ PlotStems() [52/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 55352 of file ImPlot.cs.

◆ PlotStems() [53/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 55400 of file ImPlot.cs.

◆ PlotStems() [54/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 55448 of file ImPlot.cs.

◆ PlotStems() [55/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 55496 of file ImPlot.cs.

◆ PlotStems() [56/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 55544 of file ImPlot.cs.

◆ PlotStems() [57/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 55585 of file ImPlot.cs.

◆ PlotStems() [58/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 55633 of file ImPlot.cs.

◆ PlotStems() [59/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 55681 of file ImPlot.cs.

◆ PlotStems() [60/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 55729 of file ImPlot.cs.

◆ PlotStems() [61/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 55777 of file ImPlot.cs.

◆ PlotStems() [62/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 55825 of file ImPlot.cs.

◆ PlotStems() [63/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 55873 of file ImPlot.cs.

◆ PlotStems() [64/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count

Definition at line 55914 of file ImPlot.cs.

◆ PlotStems() [65/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref

Definition at line 55962 of file ImPlot.cs.

◆ PlotStems() [66/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count,
double @  ref,
double  scale 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale

Definition at line 56010 of file ImPlot.cs.

◆ PlotStems() [67/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count,
double @  ref,
double  scale,
double  start 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start

Definition at line 56058 of file ImPlot.cs.

◆ PlotStems() [68/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags

Definition at line 56106 of file ImPlot.cs.

◆ PlotStems() [69/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset

Definition at line 56154 of file ImPlot.cs.

◆ PlotStems() [70/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  values,
int  count,
double @  ref,
double  scale,
double  start,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
valuesThe values
countThe count
refThe ref
scaleThe scale
startThe start
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 56202 of file ImPlot.cs.

◆ PlotStems() [71/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  xs,
ref float  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 56244 of file ImPlot.cs.

◆ PlotStems() [72/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 56294 of file ImPlot.cs.

◆ PlotStems() [73/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 56344 of file ImPlot.cs.

◆ PlotStems() [74/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 56394 of file ImPlot.cs.

◆ PlotStems() [75/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref float  xs,
ref float  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 56444 of file ImPlot.cs.

◆ PlotStems() [76/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  xs,
ref double  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 56489 of file ImPlot.cs.

◆ PlotStems() [77/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 56539 of file ImPlot.cs.

◆ PlotStems() [78/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 56589 of file ImPlot.cs.

◆ PlotStems() [79/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 56639 of file ImPlot.cs.

◆ PlotStems() [80/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref double  xs,
ref double  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 56689 of file ImPlot.cs.

◆ PlotStems() [81/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 56734 of file ImPlot.cs.

◆ PlotStems() [82/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 56784 of file ImPlot.cs.

◆ PlotStems() [83/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 56834 of file ImPlot.cs.

◆ PlotStems() [84/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 56884 of file ImPlot.cs.

◆ PlotStems() [85/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref sbyte  xs,
ref sbyte  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 56934 of file ImPlot.cs.

◆ PlotStems() [86/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 56979 of file ImPlot.cs.

◆ PlotStems() [87/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 57029 of file ImPlot.cs.

◆ PlotStems() [88/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 57079 of file ImPlot.cs.

◆ PlotStems() [89/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 57129 of file ImPlot.cs.

◆ PlotStems() [90/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref byte  xs,
ref byte  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 57179 of file ImPlot.cs.

◆ PlotStems() [91/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  xs,
ref short  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 57224 of file ImPlot.cs.

◆ PlotStems() [92/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 57274 of file ImPlot.cs.

◆ PlotStems() [93/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 57324 of file ImPlot.cs.

◆ PlotStems() [94/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 57374 of file ImPlot.cs.

◆ PlotStems() [95/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref short  xs,
ref short  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 57424 of file ImPlot.cs.

◆ PlotStems() [96/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 57469 of file ImPlot.cs.

◆ PlotStems() [97/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 57519 of file ImPlot.cs.

◆ PlotStems() [98/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 57569 of file ImPlot.cs.

◆ PlotStems() [99/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 57619 of file ImPlot.cs.

◆ PlotStems() [100/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ushort  xs,
ref ushort  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 57669 of file ImPlot.cs.

◆ PlotStems() [101/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  xs,
ref int  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 57714 of file ImPlot.cs.

◆ PlotStems() [102/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 57764 of file ImPlot.cs.

◆ PlotStems() [103/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 57814 of file ImPlot.cs.

◆ PlotStems() [104/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 57864 of file ImPlot.cs.

◆ PlotStems() [105/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref int  xs,
ref int  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 57914 of file ImPlot.cs.

◆ PlotStems() [106/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 57959 of file ImPlot.cs.

◆ PlotStems() [107/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 58009 of file ImPlot.cs.

◆ PlotStems() [108/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 58059 of file ImPlot.cs.

◆ PlotStems() [109/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 58109 of file ImPlot.cs.

◆ PlotStems() [110/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref uint  xs,
ref uint  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 58159 of file ImPlot.cs.

◆ PlotStems() [111/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  xs,
ref long  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 58204 of file ImPlot.cs.

◆ PlotStems() [112/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 58254 of file ImPlot.cs.

◆ PlotStems() [113/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 58304 of file ImPlot.cs.

◆ PlotStems() [114/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 58354 of file ImPlot.cs.

◆ PlotStems() [115/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref long  xs,
ref long  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 58404 of file ImPlot.cs.

◆ PlotStems() [116/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count

Definition at line 58449 of file ImPlot.cs.

◆ PlotStems() [117/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double @  ref 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref

Definition at line 58499 of file ImPlot.cs.

◆ PlotStems() [118/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags

Definition at line 58549 of file ImPlot.cs.

◆ PlotStems() [119/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset

Definition at line 58599 of file ImPlot.cs.

◆ PlotStems() [120/120]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotStems ( string  labelId,
ref ulong  xs,
ref ulong  ys,
int  count,
double @  ref,
ImPlotStemsFlags  flags,
int  offset,
int  stride 
)
static

Plots the stems using the specified label id

Parameters
labelIdThe label id
xsThe xs
ysThe ys
countThe count
refThe ref
flagsThe flags
offsetThe offset
strideThe stride

Definition at line 58649 of file ImPlot.cs.

◆ PlotText() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotText ( string  text,
double  x,
double  y 
)
static

Plots the text using the specified text

Parameters
textThe text
xThe
yThe

Definition at line 58693 of file ImPlot.cs.

◆ PlotText() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotText ( string  text,
double  x,
double  y,
Vector2  pixOffset 
)
static

Plots the text using the specified text

Parameters
textThe text
xThe
yThe
pixOffsetThe pix offset

Definition at line 58734 of file ImPlot.cs.

◆ PlotText() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotText ( string  text,
double  x,
double  y,
Vector2  pixOffset,
ImPlotTextFlags  flags 
)
static

Plots the text using the specified text

Parameters
textThe text
xThe
yThe
pixOffsetThe pix offset
flagsThe flags

Definition at line 58775 of file ImPlot.cs.

◆ PlotToPixels() [1/6]

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotToPixels ( ImPlotPoint  plt)
static

Plots the to pixels using the specified plt

Parameters
pltThe plt
Returns
The retval

Definition at line 58812 of file ImPlot.cs.

◆ PlotToPixels() [2/6]

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotToPixels ( ImPlotPoint  plt,
ImAxis  xAxis 
)
static

Plots the to pixels using the specified plt

Parameters
pltThe plt
xAxisThe axis
Returns
The retval

Definition at line 58827 of file ImPlot.cs.

◆ PlotToPixels() [3/6]

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotToPixels ( ImPlotPoint  plt,
ImAxis  xAxis,
ImAxis  yAxis 
)
static

Plots the to pixels using the specified plt

Parameters
pltThe plt
xAxisThe axis
yAxisThe axis
Returns
The retval

Definition at line 58842 of file ImPlot.cs.

◆ PlotToPixels() [4/6]

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotToPixels ( double  x,
double  y 
)
static

Plots the to pixels using the specified x

Parameters
xThe
yThe
Returns
The retval

Definition at line 58855 of file ImPlot.cs.

◆ PlotToPixels() [5/6]

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotToPixels ( double  x,
double  y,
ImAxis  xAxis 
)
static

Plots the to pixels using the specified x

Parameters
xThe
yThe
xAxisThe axis
Returns
The retval

Definition at line 58871 of file ImPlot.cs.

◆ PlotToPixels() [6/6]

static Vector2 Alis.App.Engine.UI.Extras.Plot.ImPlot.PlotToPixels ( double  x,
double  y,
ImAxis  xAxis,
ImAxis  yAxis 
)
static

Plots the to pixels using the specified x

Parameters
xThe
yThe
xAxisThe axis
yAxisThe axis
Returns
The retval

Definition at line 58887 of file ImPlot.cs.

◆ PopColormap() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopColormap ( )
static

Pops the colormap

Definition at line 58897 of file ImPlot.cs.

◆ PopColormap() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopColormap ( int  count)
static

Pops the colormap using the specified count

Parameters
countThe count

Definition at line 58907 of file ImPlot.cs.

◆ PopPlotClipRect()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopPlotClipRect ( )
static

Pops the plot clip rect

Definition at line 58915 of file ImPlot.cs.

◆ PopStyleColor() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopStyleColor ( )
static

Pops the style color

Definition at line 58923 of file ImPlot.cs.

◆ PopStyleColor() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopStyleColor ( int  count)
static

Pops the style color using the specified count

Parameters
countThe count

Definition at line 58933 of file ImPlot.cs.

◆ PopStyleVar() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopStyleVar ( )
static

Pops the style var

Definition at line 58941 of file ImPlot.cs.

◆ PopStyleVar() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PopStyleVar ( int  count)
static

Pops the style var using the specified count

Parameters
countThe count

Definition at line 58951 of file ImPlot.cs.

◆ PushColormap() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushColormap ( ImPlotColormap  cmap)
static

Pushes the colormap using the specified cmap

Parameters
cmapThe cmap

Definition at line 58960 of file ImPlot.cs.

◆ PushColormap() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushColormap ( string  name)
static

Pushes the colormap using the specified name

Parameters
nameThe name

Definition at line 58969 of file ImPlot.cs.

◆ PushPlotClipRect() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushPlotClipRect ( )
static

Pushes the plot clip rect

Definition at line 59004 of file ImPlot.cs.

◆ PushPlotClipRect() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushPlotClipRect ( float  expand)
static

Pushes the plot clip rect using the specified expand

Parameters
expandThe expand

Definition at line 59014 of file ImPlot.cs.

◆ PushStyleColor() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushStyleColor ( ImPlotCol  idx,
uint  col 
)
static

Pushes the style color using the specified idx

Parameters
idxThe idx
colThe col

Definition at line 59024 of file ImPlot.cs.

◆ PushStyleColor() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushStyleColor ( ImPlotCol  idx,
Vector4  col 
)
static

Pushes the style color using the specified idx

Parameters
idxThe idx
colThe col

Definition at line 59034 of file ImPlot.cs.

◆ PushStyleVar() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushStyleVar ( ImPlotStyleVar  idx,
float  val 
)
static

Pushes the style var using the specified idx

Parameters
idxThe idx
valThe val

Definition at line 59044 of file ImPlot.cs.

◆ PushStyleVar() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushStyleVar ( ImPlotStyleVar  idx,
int  val 
)
static

Pushes the style var using the specified idx

Parameters
idxThe idx
valThe val

Definition at line 59054 of file ImPlot.cs.

◆ PushStyleVar() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.PushStyleVar ( ImPlotStyleVar  idx,
Vector2  val 
)
static

Pushes the style var using the specified idx

Parameters
idxThe idx
valThe val

Definition at line 59064 of file ImPlot.cs.

◆ SampleColormap() [1/2]

static Vector4 Alis.App.Engine.UI.Extras.Plot.ImPlot.SampleColormap ( float  t)
static

Samples the colormap using the specified t

Parameters
tThe
Returns
The retval

Definition at line 59074 of file ImPlot.cs.

◆ SampleColormap() [2/2]

static Vector4 Alis.App.Engine.UI.Extras.Plot.ImPlot.SampleColormap ( float  t,
ImPlotColormap  cmap 
)
static

Samples the colormap using the specified t

Parameters
tThe
cmapThe cmap
Returns
The retval

Definition at line 59088 of file ImPlot.cs.

◆ SetAxes()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetAxes ( ImAxis  xAxis,
ImAxis  yAxis 
)
static

Sets the axes using the specified x axis

Parameters
xAxisThe axis
yAxisThe axis

Definition at line 59100 of file ImPlot.cs.

◆ SetAxis()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetAxis ( ImAxis  axis)
static

Sets the axis using the specified axis

Parameters
axisThe axis

Definition at line 59109 of file ImPlot.cs.

◆ SetCurrentContext()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetCurrentContext ( IntPtr  ctx)
static

Sets the current context using the specified ctx

Parameters
ctxThe ctx

Definition at line 59118 of file ImPlot.cs.

◆ SetImGuiContext()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetImGuiContext ( IntPtr  ctx)
static

Sets the im gui context using the specified ctx

Parameters
ctxThe ctx

Definition at line 59127 of file ImPlot.cs.

◆ SetNextAxesLimits() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxesLimits ( double  xMin,
double  xMax,
double  yMin,
double  yMax 
)
static

Sets the next axes limits using the specified x min

Parameters
xMinThe min
xMaxThe max
yMinThe min
yMaxThe max

Definition at line 59139 of file ImPlot.cs.

◆ SetNextAxesLimits() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxesLimits ( double  xMin,
double  xMax,
double  yMin,
double  yMax,
ImPlotCond  cond 
)
static

Sets the next axes limits using the specified x min

Parameters
xMinThe min
xMaxThe max
yMinThe min
yMaxThe max
condThe cond

Definition at line 59153 of file ImPlot.cs.

◆ SetNextAxesToFit()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxesToFit ( )
static

Sets the next axes to fit

Definition at line 59161 of file ImPlot.cs.

◆ SetNextAxisLimits() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxisLimits ( ImAxis  axis,
double  vMin,
double  vMax 
)
static

Sets the next axis limits using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max

Definition at line 59172 of file ImPlot.cs.

◆ SetNextAxisLimits() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxisLimits ( ImAxis  axis,
double  vMin,
double  vMax,
ImPlotCond  cond 
)
static

Sets the next axis limits using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max
condThe cond

Definition at line 59185 of file ImPlot.cs.

◆ SetNextAxisLinks()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxisLinks ( ImAxis  axis,
ref double  linkMin,
ref double  linkMax 
)
static

Sets the next axis links using the specified axis

Parameters
axisThe axis
linkMinThe link min
linkMaxThe link max

Definition at line 59196 of file ImPlot.cs.

◆ SetNextAxisToFit()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextAxisToFit ( ImAxis  axis)
static

Sets the next axis to fit using the specified axis

Parameters
axisThe axis

Definition at line 59211 of file ImPlot.cs.

◆ SetNextErrorBarStyle() [1/4]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextErrorBarStyle ( )
static

Sets the next error bar style

Definition at line 59219 of file ImPlot.cs.

◆ SetNextErrorBarStyle() [2/4]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextErrorBarStyle ( Vector4  col)
static

Sets the next error bar style using the specified col

Parameters
colThe col

Definition at line 59231 of file ImPlot.cs.

◆ SetNextErrorBarStyle() [3/4]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextErrorBarStyle ( Vector4  col,
float  size 
)
static

Sets the next error bar style using the specified col

Parameters
colThe col
sizeThe size

Definition at line 59243 of file ImPlot.cs.

◆ SetNextErrorBarStyle() [4/4]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextErrorBarStyle ( Vector4  col,
float  size,
float  weight 
)
static

Sets the next error bar style using the specified col

Parameters
colThe col
sizeThe size
weightThe weight

Definition at line 59255 of file ImPlot.cs.

◆ SetNextFillStyle() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextFillStyle ( )
static

Sets the next fill style

Definition at line 59263 of file ImPlot.cs.

◆ SetNextFillStyle() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextFillStyle ( Vector4  col)
static

Sets the next fill style using the specified col

Parameters
colThe col

Definition at line 59274 of file ImPlot.cs.

◆ SetNextFillStyle() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextFillStyle ( Vector4  col,
float  alphaMod 
)
static

Sets the next fill style using the specified col

Parameters
colThe col
alphaModThe alpha mod

Definition at line 59285 of file ImPlot.cs.

◆ SetNextLineStyle() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextLineStyle ( )
static

Sets the next line style

Definition at line 59293 of file ImPlot.cs.

◆ SetNextLineStyle() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextLineStyle ( Vector4  col)
static

Sets the next line style using the specified col

Parameters
colThe col

Definition at line 59304 of file ImPlot.cs.

◆ SetNextLineStyle() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextLineStyle ( Vector4  col,
float  weight 
)
static

Sets the next line style using the specified col

Parameters
colThe col
weightThe weight

Definition at line 59315 of file ImPlot.cs.

◆ SetNextMarkerStyle() [1/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextMarkerStyle ( )
static

Sets the next marker style

Definition at line 59323 of file ImPlot.cs.

◆ SetNextMarkerStyle() [2/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextMarkerStyle ( ImPlotMarker  marker)
static

Sets the next marker style using the specified marker

Parameters
markerThe marker

Definition at line 59337 of file ImPlot.cs.

◆ SetNextMarkerStyle() [3/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextMarkerStyle ( ImPlotMarker  marker,
float  size 
)
static

Sets the next marker style using the specified marker

Parameters
markerThe marker
sizeThe size

Definition at line 59351 of file ImPlot.cs.

◆ SetNextMarkerStyle() [4/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextMarkerStyle ( ImPlotMarker  marker,
float  size,
Vector4  fill 
)
static

Sets the next marker style using the specified marker

Parameters
markerThe marker
sizeThe size
fillThe fill

Definition at line 59365 of file ImPlot.cs.

◆ SetNextMarkerStyle() [5/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextMarkerStyle ( ImPlotMarker  marker,
float  size,
Vector4  fill,
float  weight 
)
static

Sets the next marker style using the specified marker

Parameters
markerThe marker
sizeThe size
fillThe fill
weightThe weight

Definition at line 59379 of file ImPlot.cs.

◆ SetNextMarkerStyle() [6/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetNextMarkerStyle ( ImPlotMarker  marker,
float  size,
Vector4  fill,
float  weight,
Vector4  outline 
)
static

Sets the next marker style using the specified marker

Parameters
markerThe marker
sizeThe size
fillThe fill
weightThe weight
outlineThe outline

Definition at line 59393 of file ImPlot.cs.

◆ SetupAxes() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxes ( string  xLabel,
string  yLabel 
)
static

Setup the axes using the specified x label

Parameters
xLabelThe label
yLabelThe label

Definition at line 59403 of file ImPlot.cs.

◆ SetupAxes() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxes ( string  xLabel,
string  yLabel,
ImPlotAxisFlags  xFlags 
)
static

Setup the axes using the specified x label

Parameters
xLabelThe label
yLabelThe label
xFlagsThe flags

Definition at line 59471 of file ImPlot.cs.

◆ SetupAxes() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxes ( string  xLabel,
string  yLabel,
ImPlotAxisFlags  xFlags,
ImPlotAxisFlags  yFlags 
)
static

Setup the axes using the specified x label

Parameters
xLabelThe label
yLabelThe label
xFlagsThe flags
yFlagsThe flags

Definition at line 59539 of file ImPlot.cs.

◆ SetupAxesLimits() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxesLimits ( double  xMin,
double  xMax,
double  yMin,
double  yMax 
)
static

Setup the axes limits using the specified x min

Parameters
xMinThe min
xMaxThe max
yMinThe min
yMaxThe max

Definition at line 59606 of file ImPlot.cs.

◆ SetupAxesLimits() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxesLimits ( double  xMin,
double  xMax,
double  yMin,
double  yMax,
ImPlotCond  cond 
)
static

Setup the axes limits using the specified x min

Parameters
xMinThe min
xMaxThe max
yMinThe min
yMaxThe max
condThe cond

Definition at line 59620 of file ImPlot.cs.

◆ SetupAxis() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxis ( ImAxis  axis)
static

Setup the axis using the specified axis

Parameters
axisThe axis

Definition at line 59629 of file ImPlot.cs.

◆ SetupAxis() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxis ( ImAxis  axis,
string  label 
)
static

Setup the axis using the specified axis

Parameters
axisThe axis
labelThe label

Definition at line 59641 of file ImPlot.cs.

◆ SetupAxis() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxis ( ImAxis  axis,
string  label,
ImPlotAxisFlags  flags 
)
static

Setup the axis using the specified axis

Parameters
axisThe axis
labelThe label
flagsThe flags

Definition at line 59680 of file ImPlot.cs.

◆ SetupAxisFormat() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisFormat ( ImAxis  axis,
string  fmt 
)
static

Setup the axis format using the specified axis

Parameters
axisThe axis
fmtThe fmt

Definition at line 59717 of file ImPlot.cs.

◆ SetupAxisFormat() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisFormat ( ImAxis  axis,
IntPtr  formatter 
)
static

Setup the axis format using the specified axis

Parameters
axisThe axis
formatterThe formatter

Definition at line 59754 of file ImPlot.cs.

◆ SetupAxisFormat() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisFormat ( ImAxis  axis,
IntPtr  formatter,
IntPtr  data 
)
static

Setup the axis format using the specified axis

Parameters
axisThe axis
formatterThe formatter
dataThe data

Definition at line 59766 of file ImPlot.cs.

◆ SetupAxisLimits() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisLimits ( ImAxis  axis,
double  vMin,
double  vMax 
)
static

Setup the axis limits using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max

Definition at line 59778 of file ImPlot.cs.

◆ SetupAxisLimits() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisLimits ( ImAxis  axis,
double  vMin,
double  vMax,
ImPlotCond  cond 
)
static

Setup the axis limits using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max
condThe cond

Definition at line 59791 of file ImPlot.cs.

◆ SetupAxisLimitsConstraints()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisLimitsConstraints ( ImAxis  axis,
double  vMin,
double  vMax 
)
static

Setup the axis limits constraints using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max

Definition at line 59802 of file ImPlot.cs.

◆ SetupAxisLinks()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisLinks ( ImAxis  axis,
ref double  linkMin,
ref double  linkMax 
)
static

Setup the axis links using the specified axis

Parameters
axisThe axis
linkMinThe link min
linkMaxThe link max

Definition at line 59813 of file ImPlot.cs.

◆ SetupAxisScale() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisScale ( ImAxis  axis,
ImPlotScale  scale 
)
static

Setup the axis scale using the specified axis

Parameters
axisThe axis
scaleThe scale

Definition at line 59829 of file ImPlot.cs.

◆ SetupAxisScale() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisScale ( ImAxis  axis,
IntPtr  forward,
IntPtr  inverse 
)
static

Setup the axis scale using the specified axis

Parameters
axisThe axis
forwardThe forward
inverseThe inverse

Definition at line 59840 of file ImPlot.cs.

◆ SetupAxisScale() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisScale ( ImAxis  axis,
IntPtr  forward,
IntPtr  inverse,
IntPtr  data 
)
static

Setup the axis scale using the specified axis

Parameters
axisThe axis
forwardThe forward
inverseThe inverse
dataThe data

Definition at line 59853 of file ImPlot.cs.

◆ SetupAxisTicks() [1/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisTicks ( ImAxis  axis,
ref double  values,
int  nTicks 
)
static

Setup the axis ticks using the specified axis

Parameters
axisThe axis
valuesThe values
nTicksThe ticks

Definition at line 59865 of file ImPlot.cs.

◆ SetupAxisTicks() [2/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisTicks ( ImAxis  axis,
ref double  values,
int  nTicks,
string[]  labels 
)
static

Setup the axis ticks using the specified axis

Parameters
axisThe axis
valuesThe values
nTicksThe ticks
labelsThe labels

Definition at line 59882 of file ImPlot.cs.

◆ SetupAxisTicks() [3/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisTicks ( ImAxis  axis,
ref double  values,
int  nTicks,
string[]  labels,
bool  keepDefault 
)
static

Setup the axis ticks using the specified axis

Parameters
axisThe axis
valuesThe values
nTicksThe ticks
labelsThe labels
keepDefaultThe keep default

Definition at line 59929 of file ImPlot.cs.

◆ SetupAxisTicks() [4/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisTicks ( ImAxis  axis,
double  vMin,
double  vMax,
int  nTicks 
)
static

Setup the axis ticks using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max
nTicksThe ticks

Definition at line 59975 of file ImPlot.cs.

◆ SetupAxisTicks() [5/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisTicks ( ImAxis  axis,
double  vMin,
double  vMax,
int  nTicks,
string[]  labels 
)
static

Setup the axis ticks using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max
nTicksThe ticks
labelsThe labels

Definition at line 59990 of file ImPlot.cs.

◆ SetupAxisTicks() [6/6]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisTicks ( ImAxis  axis,
double  vMin,
double  vMax,
int  nTicks,
string[]  labels,
bool  keepDefault 
)
static

Setup the axis ticks using the specified axis

Parameters
axisThe axis
vMinThe min
vMaxThe max
nTicksThe ticks
labelsThe labels
keepDefaultThe keep default

Definition at line 60035 of file ImPlot.cs.

◆ SetupAxisZoomConstraints()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupAxisZoomConstraints ( ImAxis  axis,
double  zMin,
double  zMax 
)
static

Setup the axis zoom constraints using the specified axis

Parameters
axisThe axis
zMinThe min
zMaxThe max

Definition at line 60077 of file ImPlot.cs.

◆ SetupFinish()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupFinish ( )
static

Setup the finish

Definition at line 60085 of file ImPlot.cs.

◆ SetupLegend() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupLegend ( ImPlotLocation  location)
static

Setup the legend using the specified location

Parameters
locationThe location

Definition at line 60094 of file ImPlot.cs.

◆ SetupLegend() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupLegend ( ImPlotLocation  location,
ImPlotLegendFlags  flags 
)
static

Setup the legend using the specified location

Parameters
locationThe location
flagsThe flags

Definition at line 60105 of file ImPlot.cs.

◆ SetupMouseText() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupMouseText ( ImPlotLocation  location)
static

Setup the mouse text using the specified location

Parameters
locationThe location

Definition at line 60114 of file ImPlot.cs.

◆ SetupMouseText() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.SetupMouseText ( ImPlotLocation  location,
ImPlotMouseTextFlags  flags 
)
static

Setup the mouse text using the specified location

Parameters
locationThe location
flagsThe flags

Definition at line 60125 of file ImPlot.cs.

◆ ShowColormapSelector()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowColormapSelector ( string  label)
static

Describes whether show colormap selector

Parameters
labelThe label
Returns
The bool

Definition at line 60135 of file ImPlot.cs.

◆ ShowDemoWindow() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowDemoWindow ( )
static

Shows the demo window

Definition at line 60172 of file ImPlot.cs.

◆ ShowDemoWindow() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowDemoWindow ( ref bool  pOpen)
static

Shows the demo window using the specified p open

Parameters
pOpenThe open

Definition at line 60182 of file ImPlot.cs.

◆ ShowInputMapSelector()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowInputMapSelector ( string  label)
static

Describes whether show input map selector

Parameters
labelThe label
Returns
The bool

Definition at line 60195 of file ImPlot.cs.

◆ ShowMetricsWindow() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowMetricsWindow ( )
static

Shows the metrics window

Definition at line 60232 of file ImPlot.cs.

◆ ShowMetricsWindow() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowMetricsWindow ( ref bool  pPopen)
static

Shows the metrics window using the specified p popen

Parameters
pPopenThe popen

Definition at line 60242 of file ImPlot.cs.

◆ ShowStyleEditor() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowStyleEditor ( )
static

Shows the style editor

Definition at line 60253 of file ImPlot.cs.

◆ ShowStyleEditor() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowStyleEditor ( ImPlotStylePtr ref)
static

Shows the style editor using the specified ref

Parameters
refThe ref

Definition at line 60263 of file ImPlot.cs.

◆ ShowStyleSelector()

static bool Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowStyleSelector ( string  label)
static

Describes whether show style selector

Parameters
labelThe label
Returns
The bool

Definition at line 60274 of file ImPlot.cs.

◆ ShowUserGuide()

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.ShowUserGuide ( )
static

Shows the user guide

Definition at line 60311 of file ImPlot.cs.

◆ StyleColorsAuto() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsAuto ( )
static

Styles the colors auto

Definition at line 60319 of file ImPlot.cs.

◆ StyleColorsAuto() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsAuto ( ImPlotStylePtr  dst)
static

Styles the colors auto using the specified dst

Parameters
dstThe dst

Definition at line 60329 of file ImPlot.cs.

◆ StyleColorsClassic() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsClassic ( )
static

Styles the colors classic

Definition at line 60338 of file ImPlot.cs.

◆ StyleColorsClassic() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsClassic ( ImPlotStylePtr  dst)
static

Styles the colors classic using the specified dst

Parameters
dstThe dst

Definition at line 60348 of file ImPlot.cs.

◆ StyleColorsDark() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsDark ( )
static

Styles the colors dark

Definition at line 60357 of file ImPlot.cs.

◆ StyleColorsDark() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsDark ( ImPlotStylePtr  dst)
static

Styles the colors dark using the specified dst

Parameters
dstThe dst

Definition at line 60367 of file ImPlot.cs.

◆ StyleColorsLight() [1/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsLight ( )
static

Styles the colors light

Definition at line 60376 of file ImPlot.cs.

◆ StyleColorsLight() [2/2]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.StyleColorsLight ( ImPlotStylePtr  dst)
static

Styles the colors light using the specified dst

Parameters
dstThe dst

Definition at line 60386 of file ImPlot.cs.

◆ TagX() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.TagX ( double  x,
Vector4  col 
)
static

Tags the x using the specified x

Parameters
xThe
colThe col

Definition at line 60397 of file ImPlot.cs.

◆ TagX() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.TagX ( double  x,
Vector4  col,
bool  round 
)
static

Tags the x using the specified x

Parameters
xThe
colThe col
roundThe round

Definition at line 60409 of file ImPlot.cs.

◆ TagX() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.TagX ( double  x,
Vector4  col,
string  fmt 
)
static

Tags the x using the specified x

Parameters
xThe
colThe col
fmtThe fmt

Definition at line 60421 of file ImPlot.cs.

◆ TagY() [1/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.TagY ( double  y,
Vector4  col 
)
static

Tags the y using the specified y

Parameters
yThe
colThe col

Definition at line 60458 of file ImPlot.cs.

◆ TagY() [2/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.TagY ( double  y,
Vector4  col,
bool  round 
)
static

Tags the y using the specified y

Parameters
yThe
colThe col
roundThe round

Definition at line 60470 of file ImPlot.cs.

◆ TagY() [3/3]

static void Alis.App.Engine.UI.Extras.Plot.ImPlot.TagY ( double  y,
Vector4  col,
string  fmt 
)
static

Tags the y using the specified y

Parameters
yThe
colThe col
fmtThe fmt

Definition at line 60482 of file ImPlot.cs.